Monero v0.11.0 Monero.Daemon View Source

Operations on Monero wallet RPC. See https://getmonero.org/resources/developer-guides/daemon-rpc.html or https://lessless.github.io temporarly.

Link to this section Summary

Functions

Lookup transaction fee estimate in atomic units

Get the node's current height

Broadcast a raw transaction to the network

Link to this section Functions

Link to this function

get_fee_estimate() View Source
get_fee_estimate() :: Monero.Operation.Query.t()

Lookup transaction fee estimate in atomic units

Get the node's current height.

Link to this function

sendrawtransaction(tx_hex) View Source
sendrawtransaction(String.t()) :: Monero.Operation.Query.t()

Broadcast a raw transaction to the network.

Args:

  • tx_hex - Full transaction information as hexidecimal string.