class OnChain::API::Ethereum
- OnChain::API::Ethereum
- Reference
- Object
Defined in:
onchain-shard/api/ethereum.crClass Method Summary
-
.create(to : String, from : String, amount : UInt64, gas_price : UInt64 | Nil = nil, gas_limit : UInt64 | Nil = nil) : EthereumToSign | ErrorMessage
/ethereum/create/ Create
-
.sign_and_send(to : String, from : String, amount : UInt64, r : String, s : String, v : String, gas_price : UInt64 | Nil = nil, gas_limit : UInt64 | Nil = nil) : SendStatus | ErrorMessage
/ethereum/sign_and_send/ Sign and send
Class Method Detail
def self.create(to : String, from : String, amount : UInt64, gas_price : UInt64 | Nil = nil, gas_limit : UInt64 | Nil = nil) : EthereumToSign | ErrorMessage
#
/ethereum/create/ Create
def self.sign_and_send(to : String, from : String, amount : UInt64, r : String, s : String, v : String, gas_price : UInt64 | Nil = nil, gas_limit : UInt64 | Nil = nil) : SendStatus | ErrorMessage
#
/ethereum/sign_and_send/ Sign and send