crosschain_transfer_history_entry
Represents the cross-chain movement of an asset on the origin or target chain. No intermediate chain will store this information.
See also
transfer_history_entry
for all transfers including cross-chain.
Properties
Link copied to clipboard
The account on the other chain whose balance was modified
Link copied to clipboard
The other chain involved in this transfer, besides the current one
Link copied to clipboard
How much of the asset was moved
Link copied to clipboard
Since it refers to the other chain, if this value is true, this movement of tokens went into the transaction, out of the account and out of the other chain. It then went into the current chain, and into the account that received it, which is however stored in a transfer_history_entry
which will have is_input
set to false.
Link copied to clipboard