Type Alias Issued

Issued: PlainDescriptor<{
    amount: bigint;
    expiry: number;
    index: number;
    proportion: bigint;
    who: SS58String;
}>

A bid was accepted. The balance may not be released until expiry.

Type declaration

  • amount: bigint

    The amount of funds which were debited from the owner.

  • expiry: number

    The block number at which the receipt may be thawed.

  • index: number

    The identity of the receipt.

  • proportion: bigint

    The proportion of the effective total issuance which the receipt represents.

  • who: SS58String

    The owner of the receipt.