pub struct SignTransactionResponse {
pub method: String,
pub data: SignTransactionData,
}Expand description
Response from POST /v1/wallets/{id}/rpc (signTransaction).
Fields§
§method: String§data: SignTransactionDataTrait Implementations§
Source§impl Debug for SignTransactionResponse
impl Debug for SignTransactionResponse
Source§impl<'de> Deserialize<'de> for SignTransactionResponse
impl<'de> Deserialize<'de> for SignTransactionResponse
Source§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
Auto Trait Implementations§
impl Freeze for SignTransactionResponse
impl RefUnwindSafe for SignTransactionResponse
impl Send for SignTransactionResponse
impl Sync for SignTransactionResponse
impl Unpin for SignTransactionResponse
impl UnsafeUnpin for SignTransactionResponse
impl UnwindSafe for SignTransactionResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more