class Wallet::Main

Defined in:

tron-wallet.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def account : String | Nil #

[View source]
def account=(account : String | Nil) #

[View source]
def address : String | Nil #

[View source]
def address=(address : String | Nil) #

[View source]
def connected : Bool #

[View source]
def connected=(connected : Bool) #

[View source]
def controller #

Cannot initialize them in initializer: https://github.com/crystal-lang/crystal/issues/12449


[View source]
def db #

[View source]
def debug : Bool #

[View source]
def debug!(message) #

[View source]
def debug=(debug : Bool) #

[View source]
def debug? : Bool #

[View source]
def intro #

[View source]
def node #

[View source]
def prompt #

[View source]
def run #

[View source]
def settings : Hash(String, String) #

[View source]
def settings=(settings : Hash(String, String)) #

[View source]