Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
QueryRedelegationsResponseSDKType
Interface QueryRedelegationsResponseSDKType
QueryRedelegationsResponse is response type for the Query/Redelegations RPC method.
interface
QueryRedelegationsResponseSDKType
{
pagination
?:
PageResponseSDKType
;
redelegation_responses
:
RedelegationResponseSDKType
[]
;
}
Index
Properties
pagination?
redelegation_
responses
Properties
Optional
pagination
pagination
?:
PageResponseSDKType
redelegation_
responses
redelegation_
responses
:
RedelegationResponseSDKType
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pagination
redelegation_
responses
@crownfi/sei-js-proto
Loading...
QueryRedelegationsResponse is response type for the Query/Redelegations RPC method.