drive/state_transition_action/identity/
mod.rs

1/// identity create
2pub mod identity_create;
3/// identity credit transfer
4pub mod identity_credit_transfer;
5/// identity credit withdrawal
6pub mod identity_credit_withdrawal;
7/// identity topup
8pub mod identity_topup;
9/// identity update
10pub mod identity_update;
11/// masternode votes
12pub mod masternode_vote;
13
14/// identity credit transfer to addresses
15pub mod identity_credit_transfer_to_addresses;
16
17/// identity create from addresses
18pub mod identity_create_from_addresses;
19
20/// identity top up from addresses
21pub mod identity_topup_from_addresses;