Skip to main content

SendTransactionResponse

Type Alias SendTransactionResponse 

Source
pub type SendTransactionResponse = ResponseTransaction;
👎Deprecated since 0.16.0:

Renamed to ResponseTransaction, matching the original Go implementation.

Aliased Type§

pub struct SendTransactionResponse {
    pub error: String,
    pub code: String,
    pub data: Option<TransactionResponseData>,
}

Fields§

§error: String§code: String§data: Option<TransactionResponseData>