Type Alias Thawed

Thawed: PlainDescriptor<{
    amount: bigint;
    dropped: boolean;
    index: number;
    proportion: bigint;
    who: SS58String;
}>

An receipt has been (at least partially) thawed.

Type declaration

  • amount: bigint

    The amount by which the owner was credited.

  • dropped: boolean

    If true then the receipt is done.

  • index: number

    The identity of the receipt.

  • proportion: bigint

    The proportion of the effective total issuance by which the owner was debited.

  • who: SS58String

    The owner.