Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tron-wallet
main
Top Level Namespace
Base58
DecodingError
TronAddress
CheckSumError
Wallet
BookController
ContractsController
Controller
DB
Main
Node
OutOfSync
RequestError
ServiceController
SettingsController
Utils
WalletController
WitnessController
Built with Crystal 1.9.2
2023-10-07 21:54:28 UTC
module
Wallet::BookController
Direct including types
Wallet::Controller
Defined in:
tron-wallet/controller/book_controller.cr
Constant Summary
BOOK_COMMANDS
=
[
"list"
,
"create"
,
"delete"
]
of
::
String
Instance Method Summary
#book
(args)
#book_create
(args)
#book_delete
(args)
#book_list
(args)
Instance Method Detail
def
book
(args)
#
[
View source
]
def
book_create
(args)
#
[
View source
]
def
book_delete
(args)
#
[
View source
]
def
book_list
(args)
#
[
View source
]