pub struct OwnerTx {
pub base: Tx,
pub minter: PublicKey,
pub wallet: ScriptHash,
pub script: Script,
}Fields§
§base: Tx§minter: PublicKey§wallet: ScriptHash§script: ScriptTrait Implementations§
Source§impl DeserializeTx<OwnerTx> for OwnerTx
impl DeserializeTx<OwnerTx> for OwnerTx
impl StructuralPartialEq for OwnerTx
Auto Trait Implementations§
impl Freeze for OwnerTx
impl RefUnwindSafe for OwnerTx
impl Send for OwnerTx
impl Sync for OwnerTx
impl Unpin for OwnerTx
impl UnwindSafe for OwnerTx
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