GetNativeBalance (ByWalletId)
This endpoint gets native balance of a wallet by wallet UUID.
void GetNativeBalanceByWalletId(FString WalletId, const FVyOnGetNativeBalanceByWalletIdComplete& OnComplete) const;Parameters
WalletId
FString
`UUID` of the wallet to fetch native balance for
OnComplete
FVyOnGetNativeBalanceByWalletIdComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetNativeBalanceByWalletIdComplete) Contains a FVyWalletNativeBalanceDto response type
Last updated