Method: Hive::Broadcast.account_witness_proxy
- Defined in:
- lib/hive/broadcast.rb
.account_witness_proxy(options, &block) ⇒ Object
778 779 780 781 782 783 784 785 786 |
# File 'lib/hive/broadcast.rb', line 778 def self.account_witness_proxy(, &block) required_fields = %i(account proxy) params = [:params] check_required_fields(params, *required_fields) ops = [[:account_witness_proxy, params]] process(.merge(ops: ops), &block) end |