Module ex3_node_types::transaction
source · Modules
- Transaction type | type | code | remark | | –––––––––– | —————– | ———————————— | | DEPOSIT | 1u32 | Deposit transaction. | | WITHDRAW | 2u32 | Withdraw transaction. | | DESTROY_API_SECRET | 3u32 | Destroy api secret transaction. | | DESTROY_MAIN_SECRET | 4u32 | Destroy main secret transaction. |