Type Alias XChainTransactionType XChainTransactionType : | { encoding : "json" ; tx : { credentials : (...)[] ; id : string ; unsignedTx : { blockchainID : ...; destinationChain : ...; exportedOutputs : ...; inputs : ...; memo : ...; networkID : ...; outputs : ... } } ; } | { encoding : "hex" ; tx : string }
Type declaration { encoding : "json" ; tx : { credentials : (...)[] ; id : string ; unsignedTx : { blockchainID : ...; destinationChain : ...; exportedOutputs : ...; inputs : ...; memo : ...; networkID : ...; outputs : ... } } ; } encoding : "json" tx : { credentials : (...)[] ; id : string ; unsignedTx : { blockchainID : ...; destinationChain : ...; exportedOutputs : ...; inputs : ...; memo : ...; networkID : ...; outputs : ... } } credentials : (...)[] id : string unsignedTx : { blockchainID : ...; destinationChain : ...; exportedOutputs : ...; inputs : ...; memo : ...; networkID : ...; outputs : ... } blockchainID : ...destinationChain : ...exportedOutputs : ...inputs : ...memo : ...networkID : ...outputs : ...{ encoding : "hex" ; tx : string } encoding : "hex" tx : string Defined in src/methods/xChain/types/common.ts:91
Represents an X-Chain transaction in either JSON or hex format. Transactions on the X-Chain can transfer assets between addresses or export assets to other chains.