Type alias ProgramStruct

ProgramStruct: {
    notes: PromiseOrValue<string>;
    operations: OperationStruct[];
    programOperatorAddress: PromiseOrValue<string>;
}

Type declaration

  • notes: PromiseOrValue<string>
  • operations: OperationStruct[]
  • programOperatorAddress: PromiseOrValue<string>

Generated using TypeDoc