interface PayloadOptions {
    assetId?: number | object;
    metadataHash?: `0x${string}`;
    nonce?: number;
    tip?: bigint;
    [prop: string]: any;
}

Hierarchy (view full)

Indexable

  • [prop: string]: any

Properties

assetId?: number | object
metadataHash?: `0x${string}`
nonce?: number
tip?: bigint