Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

  • Note that the size of the undelegation is initial_balance - balance

    Parameters

    • initial_balance: Int

      balance of delegation prior to initiating unbond

    • balance: Int

      balance of delegation after initiating unbond

    • creation_height: number

      height of blockchain when entry was created

    • completion_time: Date

      time when unbonding will be completed

    Returns UnbondingDelegation.Entry

Properties

balance: Int
completion_time: Date
creation_height: number
initial_balance: Int

Methods

  • toAminoJSON(isClassic?: boolean): string
  • Parameters

    • Optional isClassic: boolean

    Returns string

  • toJSON(isClassic?: boolean): string
  • Parameters

    • Optional isClassic: boolean

    Returns string

  • toProto(): UnbondingDelegationEntry