Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • 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

balance: Int

completion_time

completion_time: Date

creation_height

creation_height: number

initial_balance

initial_balance: Int

Methods

toAmino

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): UnbondingDelegationEntry

Static fromAmino

Static fromData

Static fromProto