Structs§
- Arguments
- Main arguments for
create_account
functions.
Constants§
- DEFAULT_
TTL - The time-to-live for a slot value.
Functions§
- create_
account - Creates a new account with the standard
(from, slot)
derivation and default TTL. - create_
account_ with_ seeds - Creates a new account with using the specified seeds and default TTL.
- create_
account_ with_ seeds_ and_ ttl - Creates a new account with using the specified seeds and the specified TTL.
- create_
account_ with_ ttl - Creates a new account with the standard
(from, slot)
derivation and the specified TTL.