[][src]Struct zei::core::AssetId

pub struct AssetId(_);

An issued asset ID.

Methods

impl AssetId[src]

pub fn from_inner(inner: H256) -> AssetId[src]

Create an AssetId from its inner type.

pub fn into_inner(self) -> H256[src]

Convert the AssetId into its inner type.

pub fn into_scalar(self) -> Scalar[src]

Convert the AssetId into Scalar inner type.

pub fn generate_asset_entropy(prevout_hash: H256, pubkey_hash: H256) -> H256[src]

Generate the asset entropy from the issuance prevout and the pubkey hash.

pub fn from_entropy(entropy: H256) -> AssetId[src]

Calculate the asset ID from the asset entropy.

pub fn reissuance_token_from_entropy(
    entropy: H256,
    confidential: bool
) -> AssetId
[src]

Calculate the reissuance token asset ID from the asset entropy.

Trait Implementations

impl Clone for AssetId[src]

impl Copy for AssetId[src]

impl Default for AssetId[src]

impl Eq for AssetId[src]

impl Ord for AssetId[src]

impl PartialEq<AssetId> for AssetId[src]

impl PartialOrd<AssetId> for AssetId[src]

impl Display for AssetId[src]

impl Debug for AssetId[src]

impl Hash for AssetId[src]

impl Writeable for AssetId[src]

impl Readable for AssetId[src]

impl<'de> Deserialize<'de> for AssetId[src]

impl Serialize for AssetId[src]

Auto Trait Implementations

impl Send for AssetId

impl Sync for AssetId

impl Unpin for AssetId

impl UnwindSafe for AssetId

impl RefUnwindSafe for AssetId

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<N> NodeTrait for N where
    N: Copy + Ord + Hash
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Clear for T where
    T: InitializableFromZeroed + ?Sized

impl<T> InitializableFromZeroed for T where
    T: Default

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,