Type alias LockedTokenAndAmount

LockedTokenAndAmount: {
    amount: Type;
    token: Type;
}

A token amount locked for an account, pairing a token identifier with the amount of that token controlled by the lock.

Type declaration

  • amount: Type

    The token amount controlled by a lock.

  • token: Type

    The token whose amount is locked.

Generated using TypeDoc