Skip to main content

SendTransactionData

Type Alias SendTransactionData 

Source
pub type SendTransactionData = TransactionResponseData;
👎Deprecated since 0.16.0:

Renamed to TransactionResponseData, matching the original Go implementation.

Aliased Type§

pub struct SendTransactionData {
    pub tx_hash: String,
}

Fields§

§tx_hash: String