Type alias RedelegationEntry
RedelegationEntry: {
balance: Coin;
redelegation_entry: {
completion_time: TimestampRecord;
creation_height: bigint;
initial_balance: string;
shares_dst: string;
};
}
Type declaration
balance: Coin
redelegation_entry: {
completion_time: TimestampRecord;
creation_height: bigint;
initial_balance: string;
shares_dst: string;
}
completion_time: TimestampRecord
creation_height: bigint
initial_balance: string
shares_dst: string