Type Alias GetDelegatedStakingActivitiesQuery
GetDelegatedStakingActivitiesQuery: {
delegated_staking_activities: {
amount: any;
delegator_address: string;
event_index: any;
event_type: string;
pool_address: string;
transaction_version: any;
}[];
}
Type declaration
delegated_staking_activities: {
amount: any;
delegator_address: string;
event_index: any;
event_type: string;
pool_address: string;
transaction_version: any;
}[]