pub struct Outpoint {
pub txid: Vec<u8>,
pub vout: u32,
}
๐Deprecated since 0.18.0: The
api::management_canister::bitcoin
module is deprecated. Please use the bitcoin_canister
module at the crate root.Expand description
Identifier of Utxo
.
Fieldsยง
ยงtxid: Vec<u8>
๐Deprecated since 0.18.0: The
api::management_canister::bitcoin
module is deprecated. Please use the bitcoin_canister
module at the crate root.Transaction Identifier.
vout: u32
๐Deprecated since 0.18.0: The
api::management_canister::bitcoin
module is deprecated. Please use the bitcoin_canister
module at the crate root.A implicit index number.
Trait Implementationsยง
Sourceยงimpl CandidType for Outpoint
impl CandidType for Outpoint
Sourceยงimpl<'de> Deserialize<'de> for Outpoint
impl<'de> Deserialize<'de> for Outpoint
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
Sourceยงimpl Ord for Outpoint
impl Ord for Outpoint
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl PartialOrd for Outpoint
impl PartialOrd for Outpoint
impl Eq for Outpoint
impl StructuralPartialEq for Outpoint
Auto Trait Implementationsยง
impl Freeze for Outpoint
impl RefUnwindSafe for Outpoint
impl Send for Outpoint
impl Sync for Outpoint
impl Unpin for Outpoint
impl UnwindSafe for Outpoint
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