class TezosClient::RevealOperation

Public Instance Methods

rpc_operation_args() click to toggle source
# 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