pub struct Processor {}
Expand description

Program state handler.

Implementations

Processes an InitializeMint instruction.

Processes an InitializeMint2 instruction.

Processes an InitializeAccount instruction.

Processes an InitializeAccount2 instruction.

Processes an InitializeAccount3 instruction.

Processes a InitializeMultisig instruction.

Processes a InitializeMultisig2 instruction.

Processes a Transfer instruction.

Processes an Approve instruction.

Processes an Revoke instruction.

Processes a SetAuthority instruction.

Processes a MintTo instruction.

Processes a Burn instruction.

Processes a CloseAccount instruction.

Processes a FreezeAccount or a ThawAccount instruction.

Processes a SyncNative instruction

Processes an Instruction.

Checks that the account is owned by the expected program

Checks two pubkeys for equality in a computationally cheap way using sol_memcmp

Validates owner(s) are present

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.