class OnChain::API::Ethereum

Defined in:

onchain-shard/api/ethereum.cr

Class Method Summary

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


[View source]
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


[View source]