Class: RaiblocksRpc::Util
- Defined in:
- lib/raiblocks_rpc/proxies/util.rb
Instance Attribute Summary
Attributes inherited from Proxy
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class RaiblocksRpc::Proxy
Instance Method Details
#proxy_methods ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 14 15 |
# File 'lib/raiblocks_rpc/proxies/util.rb', line 3 def proxy_methods { mrai_from_raw: { required: i[amount] }, mrai_to_raw: { required: i[amount] }, krai_from_raw: { required: i[amount] }, krai_to_raw: { required: i[amount] }, rai_from_raw: { required: i[amount] }, rai_to_raw: { required: i[amount] }, key_create: nil, key_expand: { required: i[key] }, work_validate: { required: i[work hash] } } end |