Type alias AccountLockAmount

AccountLockAmount: {
    amount: Type;
    lock: Type;
}

The amount of a specific token controlled by a particular lock on an account. Introduced in P11.

Type declaration

  • amount: Type

    The amount controlled by the lock. Introduced in P11.

  • lock: Type

    The lock controlling an amount on the account. Introduced in P11.

Generated using TypeDoc