pub struct TransactionTestData {
pub transaction: Transaction,
pub id: String,
pub id_raw: Byte32,
pub unsigned_bytes: Vec<u8>,
pub signing_private_key: Byte32,
pub signed_bytes: Vec<u8>,
pub rekeyed_sender_auth_address: Address,
pub rekeyed_sender_signed_bytes: Vec<u8>,
}
Fields§
§transaction: Transaction
§id: String
§id_raw: Byte32
§unsigned_bytes: Vec<u8>
§signing_private_key: Byte32
§signed_bytes: Vec<u8>
§rekeyed_sender_auth_address: Address
§rekeyed_sender_signed_bytes: Vec<u8>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TransactionTestData
impl RefUnwindSafe for TransactionTestData
impl Send for TransactionTestData
impl Sync for TransactionTestData
impl Unpin for TransactionTestData
impl UnwindSafe for TransactionTestData
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