Struct xrpl_rs::types::submit::SubmitResponse [−][src]
pub struct SubmitResponse {
pub engine_result: String,
pub tx_blob: Option<String>,
pub tx_json: Option<Transaction>,
}Fields
engine_result: Stringtx_blob: Option<String>Binary representation of the fully-qualified, signed transaction, as hex
tx_json: Option<Transaction>JSON specification of the complete transaction as signed, including any fields that were automatically filled in
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SubmitResponse
impl Send for SubmitResponse
impl Sync for SubmitResponse
impl Unpin for SubmitResponse
impl UnwindSafe for SubmitResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
