api_entities_Instruction_types

@polymeshassociation/polymesh-sdk / Modules / api/entities/Instruction/types

Module: api/entities/Instruction/types

Table of contents

Enumerations

Interfaces

Type Aliases

Type Aliases

InstructionDetails

Ƭ InstructionDetails: { createdAt: Date ; status: InstructionStatus ; tradeDate: Date | null ; valueDate: Date | null ; venue: Venue } & { type: SettleOnAffirmation } | { endBlock: BigNumber ; type: SettleOnBlock }

Defined in

api/entities/Instruction/types.ts:17


InstructionStatusResult

Ƭ InstructionStatusResult: { status: Pending } | { eventIdentifier: EventIdentifier ; status: Exclude<InstructionStatus, Pending> }

Defined in

api/entities/Instruction/types.ts:57

Last updated