Interface AccountInfoSimple

Hierarchy

  • AccountInfoCommon
    • AccountInfoSimple

Properties

accountAddress: AccountAddress
accountAmount: CcdAmount
accountAvailableBalance: CcdAmount

The available (unencrypted) balance of the account (i.e. that can be transferred or used to pay for transactions). This is the balance minus the locked amount. The locked amount is the maximum of the amount in the release schedule and the total amount that is actively staked or in cooldown (inactive stake). This was introduced with node version 7.0

accountCooldowns: Cooldown[]

The stake on the account that is in cooldown. There can be multiple amounts in cooldown that expire at different times. This was introduced in protocol version 7, and will be empty in earlier protocol versions.

accountCredentials: Record<number, AccountCredential>
accountEncryptedAmount: AccountEncryptedAmount
accountEncryptionKey: string
accountIndex: bigint
accountNonce: SequenceNumber
accountReleaseSchedule: AccountReleaseSchedule
accountThreshold: number
type: Simple

Generated using TypeDoc