Type alias GraphQLInputUTxO
GraphQLInputUTxO: { address: string; sourceTxHash?: string; sourceTxIndex?: number; tokens: GraphQLToken[]; value: string; } Type declaration
address: string
Optional
sourceTxHash?: string
Optional
sourceTxIndex?: number
value: string