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 a GetAccountDataSize instruction

Processes an InitializeImmutableOwner instruction

Processes an AmountToUiAmount instruction

Processes an AmountToUiAmount 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.