Trait solana_transaction_status::extract_memos::ExtractMemos[][src]

pub trait ExtractMemos {
    fn extract_memos(&self) -> Vec<String>;
}

Required methods

Implementations on Foreign Types

Implementors