@sodazone/ocelloids-client - v2.5.2
    Preparing search index...

    Type Alias TrappedAsset

    Represents the asset that has been trapped.

    type TrappedAsset = {
        amount: string | number;
        assetInstance?: AnyJson;
        fungible: boolean;
        id: { type: string; value: AnyJson };
        version: number;
    }
    Index

    Properties

    amount: string | number
    assetInstance?: AnyJson
    fungible: boolean
    id: { type: string; value: AnyJson }
    version: number