Expand description
Token utils.
Structs§
Functions§
- is_
associated_ token_ account - Check if the given
pubkey
is an ATA address. - is_
associated_ token_ account_ or_ owner - Check if the given
pubkey
is an ATA address or theowner
itself. - is_
associated_ token_ account_ with_ program_ id - Check if the given address is an ATA address.
- must_
be_ uninitialized - Return whether the token account must be uninitialized.
- validate_
associated_ token_ account - Validate associated token account.
- validate_
token_ account - Validate token account.