Variable RedelegationResponse
Type declaration
create:function
- create<I>(base?): RedelegationResponse
Type Parameters
- I extends {
entries?: {
balance?: string;
redelegationEntry?: {
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
sharesDst?: string;
};
}[];
redelegation?: {
delegatorAddress?: string;
entries?: {
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
sharesDst?: string;
}[];
validatorDstAddress?: string;
validatorSrcAddress?: string;
};
} & {
entries?: {
balance?: string;
redelegationEntry?: {
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
sharesDst?: string;
};
}[] & ({
balance?: string;
redelegationEntry?: {
completionTime?: (...) | (...);
creationHeight?: (...) | (...) | (...) | (...);
initialBalance?: (...) | (...);
sharesDst?: (...) | (...);
};
} & {
balance?: string;
redelegationEntry?: {
completionTime?: ...;
creationHeight?: ...;
initialBalance?: ...;
sharesDst?: ...;
} & {
completionTime?: ...;
creationHeight?: ...;
initialBalance?: ...;
sharesDst?: ...;
} & {
[K in (...)]: (...)
};
} & {
[K in string | number | symbol]: never
})[] & {
[K in string | symbol]: never
};
redelegation?: {
delegatorAddress?: string;
entries?: {
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
sharesDst?: string;
}[];
validatorDstAddress?: string;
validatorSrcAddress?: string;
} & {
delegatorAddress?: string;
entries?: {
completionTime?: (...) | (...);
creationHeight?: (...) | (...) | (...) | (...);
initialBalance?: (...) | (...);
sharesDst?: (...) | (...);
}[] & ({
completionTime?: ...;
creationHeight?: ...;
initialBalance?: ...;
sharesDst?: ...;
} & {
completionTime?: ...;
creationHeight?: ...;
initialBalance?: ...;
sharesDst?: ...;
} & {
[K in (...)]: (...)
})[] & {
[K in string | symbol]: never
};
validatorDstAddress?: string;
validatorSrcAddress?: string;
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
decode:function
- decode(input, length?): RedelegationResponse
Parameters
- input: Uint8Array | Reader
Optional
length: number
encode:function
- encode(message, writer?): Writer
Returns Writer
fromJSON:function
fromPartial:function
- fromPartial<I>(object): RedelegationResponse
Type Parameters
- I extends {
entries?: {
balance?: string;
redelegationEntry?: {
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
sharesDst?: string;
};
}[];
redelegation?: {
delegatorAddress?: string;
entries?: {
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
sharesDst?: string;
}[];
validatorDstAddress?: string;
validatorSrcAddress?: string;
};
} & {
entries?: {
balance?: string;
redelegationEntry?: {
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
sharesDst?: string;
};
}[] & ({
balance?: string;
redelegationEntry?: {
completionTime?: (...) | (...);
creationHeight?: (...) | (...) | (...) | (...);
initialBalance?: (...) | (...);
sharesDst?: (...) | (...);
};
} & {
balance?: string;
redelegationEntry?: {
completionTime?: ...;
creationHeight?: ...;
initialBalance?: ...;
sharesDst?: ...;
} & {
completionTime?: ...;
creationHeight?: ...;
initialBalance?: ...;
sharesDst?: ...;
} & {
[K in (...)]: (...)
};
} & {
[K in string | number | symbol]: never
})[] & {
[K in string | symbol]: never
};
redelegation?: {
delegatorAddress?: string;
entries?: {
completionTime?: Date;
creationHeight?: string | number | Long;
initialBalance?: string;
sharesDst?: string;
}[];
validatorDstAddress?: string;
validatorSrcAddress?: string;
} & {
delegatorAddress?: string;
entries?: {
completionTime?: (...) | (...);
creationHeight?: (...) | (...) | (...) | (...);
initialBalance?: (...) | (...);
sharesDst?: (...) | (...);
}[] & ({
completionTime?: ...;
creationHeight?: ...;
initialBalance?: ...;
sharesDst?: ...;
} & {
completionTime?: ...;
creationHeight?: ...;
initialBalance?: ...;
sharesDst?: ...;
} & {
[K in (...)]: (...)
})[] & {
[K in string | symbol]: never
};
validatorDstAddress?: string;
validatorSrcAddress?: string;
} & {
[K in string | number | symbol]: never
};
} & {
[K in string | number | symbol]: never
}
toJSON:function
- toJSON(message): unknown
Returns unknown