Skip to main content

SendTransactionsResponse

Type Alias SendTransactionsResponse 

Source
pub type SendTransactionsResponse = ResponseMultipleTransactions;
👎Deprecated since 0.16.0:

Renamed to ResponseMultipleTransactions, matching the original Go implementation.

Aliased Type§

pub struct SendTransactionsResponse {
    pub error: String,
    pub code: String,
    pub data: Option<MultipleTransactionsResponseData>,
}

Fields§

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