The operation's creation date.
The operation's creation timestamp.
The account that funds the new account.
The id of the operation.
The new account that is funded.
A cursor value for use in pagination.
The account that originates the operation.
The amount of Pi to send to the newly created account.
A unique id for the transaction the operation belongs to.
The numeric type of the operation.
The name of the operation type.
Get the effects of the operation.
A manager for the operation effects.
Get the account that funds the new account.
If set to true
, it will not check in the cache and directly make a request to retrieve the funder account instead.
The account of the funder.
Get the new account that is funded.
If set to true
, it will not check in the cache and directly make a request to retrieve the new account instead.
The new funded account.
Get the source account of the operation.
If set to true
, it will not check in the cache and directly make a request to retrieve the source account instead.
The source account of the operation.
Get the transaction the operation belongs to.
If set to true
, it will not check in the cache and directly make a request to retrieve the transaction instead.
The transaction of the operation.
Generated using TypeDoc
Structure representing a Stellar Create Account Operation.