pub struct BatchAddTransactionArgs {
pub ephemeral_signers: u8,
pub transaction_message: Vec<u8>,
}Fields§
§ephemeral_signers: u8Number of ephemeral signing PDAs required by the transaction.
transaction_message: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BatchAddTransactionArgs
impl Send for BatchAddTransactionArgs
impl Sync for BatchAddTransactionArgs
impl Unpin for BatchAddTransactionArgs
impl UnwindSafe for BatchAddTransactionArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more