interface FungibleAsset {
    amount: bigint;
    metadata: Object<Metadata>;
}

Properties

Properties

amount: bigint
metadata: Object<Metadata>