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

Link copied to clipboard

How much of the asset was sent

Link copied to clipboard

The asset that was sent in this transfer

Link copied to clipboard

Once state is no longer pending, this will point the operation that made this transfer reach its current state value on final_tx_rid.

Link copied to clipboard

Once state is no longer pending, this will hold the RID of the transaction that made this transfer reach its current state value.

Link copied to clipboard

The index to the operation in the transaction that created this entity

Link copied to clipboard

The ID of the non-existing account that can be registered thanks to this transfer

Link copied to clipboard

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

Link copied to clipboard

The blockchain RID of the sender

Link copied to clipboard

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.

Link copied to clipboard

The state of this transfer. Will only be modified once, going from pending to either of the two other possible states.

Link copied to clipboard

When this transfer happened

Link copied to clipboard
val transaction: transaction

The transaction the transfer happened in