setWithdrawAddress method
ResponseFuture<MsgSetWithdrawAddressResponse>
setWithdrawAddress(
- MsgSetWithdrawAddress request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.MsgSetWithdrawAddressResponse> setWithdrawAddress(
$1.MsgSetWithdrawAddress request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$setWithdrawAddress, request, options: options);
}