☰
ExtractMemos
Required Methods
extract_memos
Implementations on Foreign Types
Message
SanitizedMessage
Implementors
In solana_transaction_status::extract_memos
?
Trait
solana_transaction_status
::
extract_memos
::
ExtractMemos
source
·
[
−
]
pub trait ExtractMemos { // Required method fn
extract_memos
(&self) ->
Vec
<
String
>; }
Required Methods
§
source
fn
extract_memos
(&self) ->
Vec
<
String
>
Implementations on Foreign Types
§
source
§
impl
ExtractMemos
for
SanitizedMessage
source
§
fn
extract_memos
(&self) ->
Vec
<
String
>
source
§
impl
ExtractMemos
for
Message
source
§
fn
extract_memos
(&self) ->
Vec
<
String
>
Implementors
§
source
§
impl
ExtractMemos
for
VersionedTransactionWithStatusMeta