interface FungibleAsset {
    amount: bigint;
    metadata: string;
}

Properties

Properties

amount: bigint
metadata: string