Type alias LockAccountFund

LockAccountFund: {
    account: Type;
    amounts: LockedTokenAndAmount[];
}

The funds held on a single account that are controlled by a lock, consisting of the account address and the list of locked token amounts.

Type declaration

  • account: Type

    The account whose funds are locked.

  • amounts: LockedTokenAndAmount[]

    The token amounts locked for the account.

Generated using TypeDoc