massa_client
4.0.0
Output
Required Methods
pretty_print
Implementations on Foreign Types
&str
()
BlockInfo
CompactConfig
ConsensusStats
ExecuteReadOnlyResponse
ExecutionStats
NetworkStats
NodeStatus
PreHashSet<Address>
PubkeySig
String
Vec<(Address, KeyPair)>
Vec<(Address, PublicKey)>
Vec<Address>
Vec<AddressInfo>
Vec<BlockInfo>
Vec<DatastoreEntryOutput>
Vec<EndorsementInfo>
Vec<IpAddr>
Vec<OperationId>
Vec<OperationInfo>
Vec<SCOutputEvent>
Wallet
Methods
stdout_json
Implementors
In massa_client::display
Trait
massa_client
::
display
::
Output
Copy item path
source
·
[
−
]
pub trait Output:
Serialize
{ // Required method fn
pretty_print
(&self); }
Required Methods
§
source
fn
pretty_print
(&self)
Implementations
§
source
§
impl dyn
Output
source
pub(crate) fn
stdout_json
(&self) ->
Result
<
()
>
Implementations on Foreign Types
§
source
§
impl
Output
for &
str
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
()
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
PubkeySig
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
CompactConfig
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
ConsensusStats
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
ExecutionStats
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
NetworkStats
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
String
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
Vec
<(
Address
,
KeyPair
)>
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
Vec
<(
Address
,
PublicKey
)>
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
Vec
<
Address
>
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
Vec
<
OperationId
>
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
Vec
<
IpAddr
>
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
Vec
<
SCOutputEvent
>
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
Vec
<AddressInfo>
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
Vec
<BlockInfo>
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
Vec
<DatastoreEntryOutput>
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
Vec
<EndorsementInfo>
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
Vec
<OperationInfo>
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for
PreHashSet
<
Address
>
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for BlockInfo
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for ExecuteReadOnlyResponse
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for NodeStatus
source
§
fn
pretty_print
(&self)
source
§
impl
Output
for Wallet
source
§
fn
pretty_print
(&self)
Implementors
§
source
§
impl
Output
for
ExtendedWallet
source
§
impl
Output
for
MasOGBalanceResponse