Skip to main content

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 key limits update
8pub mod identity_key_limits_update;
9/// identity topup
10pub mod identity_topup;
11/// identity update
12pub mod identity_update;
13/// masternode votes
14pub mod masternode_vote;
15
16/// identity credit transfer to addresses
17pub mod identity_credit_transfer_to_addresses;
18
19/// identity create from addresses
20pub mod identity_create_from_addresses;
21
22/// identity top up from addresses
23pub mod identity_topup_from_addresses;