setWithdrawAddress method

ResponseFuture<MsgSetWithdrawAddressResponse> setWithdrawAddress(
  1. MsgSetWithdrawAddress request, {
  2. CallOptions? options,
})

Implementation

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