[][src]Trait solana_sdk::instruction::WithSigner

pub trait WithSigner {
    fn with_signer(self, signer: &Pubkey) -> Self;
}

Trait for adding a signer Pubkey to an existing data structure

Required methods

fn with_signer(self, signer: &Pubkey) -> Self

Add a signer Pubkey

Loading content...

Implementations on Foreign Types

impl WithSigner for Vec<AccountMeta>[src]

Loading content...

Implementors

Loading content...