account_creation_transfer
Represents a transfer that had a non-existing recipient, for which at least one rule was found that allowed account registration.
Properties
How much of the asset was sent
Once state
is no longer pending
, this will point the operation that made this transfer reach its current state
value on final_tx_rid
.
Once state
is no longer pending
, this will hold the RID of the transaction that made this transfer reach its current state
value.
The ID of the non-existing account that can be registered thanks to this transfer
A list<rule>.to_gtv().to_bytes()
, representing the rules this transfer satisfied on creation. Some of these might no longer be valid, if the transfer happened too long ago for them to be applied
The blockchain RID of the sender
The ID of the sender account. If sender_blockchain_rid
is different from this chain's RID, this account might not exist on this chain. This ID will refer to the account found on that chain.
The state of this transfer. Will only be modified once, going from pending to either of the two other possible states.
The transaction the transfer happened in