Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new Entry(initial_balance: Int, balance: Int, shares_dst: Dec, creation_height: number, completion_time: Date): Redelegation.Entry
  • Parameters

    • initial_balance: Int

      balance of delegation prior to initiating redelegation

    • balance: Int
    • shares_dst: Dec
    • creation_height: number

      height of blockchain when entry was created

    • completion_time: Date

      time when redelegation entry will be removed

    Returns Redelegation.Entry

Properties

balance

balance: Int

completion_time

completion_time: Date

creation_height

creation_height: number

initial_balance

initial_balance: Int

shares_dst

shares_dst: Dec

Methods

toAmino

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): RedelegationEntryResponse

Static fromAmino

Static fromData

Static fromProto