Skip to main content

get_reward_account_proof

Function get_reward_account_proof 

Source
pub async fn get_reward_account_proof<S>(
    state: &S,
    request: GetRewardAccountProofRequest,
) -> Result<RewardAccountQueryDataV2, ApiError>
where S: RewardApi,