pub struct Coin {
pub amount: U64,
pub block_created: U64,
pub color: HexString256,
pub utxo_id: HexStringUtxoId,
pub maturity: U64,
pub owner: HexString256,
pub status: CoinStatus,
}
Fields
amount: U64
block_created: U64
color: HexString256
utxo_id: HexStringUtxoId
maturity: U64
owner: HexString256
status: CoinStatus
Trait Implementations
type SelectionSet = SelectionSet<'static, Self, Coin>
Auto Trait Implementations
impl RefUnwindSafe for Coin
impl UnwindSafe for Coin
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
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
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