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

Type declaration

  • address: string
  • Optional sourceTxHash?: string
  • Optional sourceTxIndex?: number
  • tokens: GraphQLToken[]
  • value: string

Generated using TypeDoc