Skip to main content

format_transaction

Function format_transaction 

Source
fn format_transaction<N: Network>(
    _provider: &impl Provider<N>,
    tx: N::TransactionResponse,
    field: Option<String>,
    to_request: bool,
) -> Result<String>
where N::TransactionResponse: UIfmt, N::TxEnvelope: UIfmtSignatureExt,