Documentation
    Preparing search index...

    Interface ClaimedAsset

    A claimed asset paired with its on-chain type, available for composition within a claim transaction.

    interface ClaimedAsset {
        argument: TransactionObjectArgument;
        objectId: string;
        type: string;
    }
    Index

    Properties

    Transaction argument representing the claimed object — pass to moveCall or transferObjects.

    objectId: string

    Object ID of the asset in the link's bag.

    type: string

    Full Move type of the object (e.g. "0x...::record::Record").