Struct payment_program::accounts::CreatePayment[][src]

pub struct CreatePayment {
Show 25 fields pub authority: Pubkey, pub clock: Pubkey, pub config: Pubkey, pub creditor: Pubkey, pub creditor_payment_index: Pubkey, pub creditor_payment_namespace: Pubkey, pub creditor_payment_pointer: Pubkey, pub creditor_payment_proof: Pubkey, pub creditor_tokens: Pubkey, pub debtor: Pubkey, pub debtor_payment_index: Pubkey, pub debtor_payment_namespace: Pubkey, pub debtor_payment_pointer: Pubkey, pub debtor_payment_proof: Pubkey, pub debtor_tokens: Pubkey, pub index_program: Pubkey, pub mint: Pubkey, pub payment: Pubkey, pub system_program: Pubkey, pub task: Pubkey, pub task_index: Pubkey, pub task_namespace: Pubkey, pub task_pointer: Pubkey, pub task_proof: Pubkey, pub token_program: Pubkey,
}

Fields

authority: Pubkeyclock: Pubkeyconfig: Pubkeycreditor: Pubkeycreditor_payment_index: Pubkeycreditor_payment_namespace: Pubkeycreditor_payment_pointer: Pubkeycreditor_payment_proof: Pubkeycreditor_tokens: Pubkeydebtor: Pubkeydebtor_payment_index: Pubkeydebtor_payment_namespace: Pubkeydebtor_payment_pointer: Pubkeydebtor_payment_proof: Pubkeydebtor_tokens: Pubkeyindex_program: Pubkeymint: Pubkeypayment: Pubkeysystem_program: Pubkeytask: Pubkeytask_index: Pubkeytask_namespace: Pubkeytask_pointer: Pubkeytask_proof: Pubkeytoken_program: Pubkey

Trait Implementations

Serialize this instance into a vector of bytes.

is_signer is given as an optional override for the signer meta field. This covers the edge case when a program-derived-address needs to relay a transaction from a client to another program but sign the transaction before the relay. The client cannot mark the field as a signer, and so we have to override the is_signer meta field given by the client. Read more

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.