Struct payment_program::instruction::CreatePayment[][src]

pub struct CreatePayment {
Show 14 fields pub memo: String, pub amount_raw: u64, pub amount_percent: u64, pub recurrence_interval: u64, pub start_at: u64, pub end_at: u64, pub creditor_payment_pointer_bump: u8, pub creditor_payment_proof_bump: u8, pub debtor_payment_pointer_bump: u8, pub debtor_payment_proof_bump: u8, pub payment_bump: u8, pub task_bump: u8, pub task_pointer_bump: u8, pub task_proof_bump: u8,
}
Expand description

Instruction.

Fields

memo: Stringamount_raw: u64amount_percent: u64recurrence_interval: u64start_at: u64end_at: u64creditor_payment_pointer_bump: u8creditor_payment_proof_bump: u8debtor_payment_pointer_bump: u8debtor_payment_proof_bump: u8payment_bump: u8task_bump: u8task_pointer_bump: u8task_proof_bump: u8

Trait Implementations

Deserializes this instance from a given slice of bytes. Updates the buffer to point at the remaining bytes. Read more

Deserialize this instance from a slice of bytes.

Serialize this instance into a vector of bytes.

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.