Class: TezosClient::RevealOperation
- Defined in:
- lib/tezos_client/operations/reveal_operation.rb
Instance Method Summary collapse
Methods inherited from Operation
Constructor Details
This class inherits a constructor from TezosClient::Operation
Instance Method Details
#rpc_operation_args ⇒ Object
5 6 7 8 9 |
# File 'lib/tezos_client/operations/reveal_operation.rb', line 5 def rpc_operation_args @rpc_operation_args ||= rpc_interface.reveal_operation( @args.slice(:from, :fee, :gas_limit, :storage_limit, :counter, :public_key) ) end |