Name | Lookup | Parameters | |
---|---|---|---|
create_account | 1800 | 2 | |
update_validity_status | 1801 | 2 | |
update_balance | 1802 | 4 | |
payout | 1803 | 1 | |
set_payment_account | 1804 | 1 | |
set_statement | 1805 | 1 | |
set_unlock_block | 1806 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
AccountCreated | 1100 | ||
ValidityUpdated | 1101 | ||
BalanceUpdated | 1102 | ||
PaymentComplete | 1103 | ||
PaymentAccountSet | 1104 | ||
StatementUpdated | 1105 | ||
UnlockBlockUpdated | 1106 |
Name | Type | |
---|---|---|
Accounts | {"origin":"MapType","map_type":{"key":"AccountId","hasher":"Blake2_128Concat","value":"AccountStatus<BalanceOf>","isLinked":false}} | |
PaymentAccount | {"origin":"PlainType","plain_type":"AccountId"} | |
Statement | {"origin":"PlainType","plain_type":"Bytes"} | |
UnlockBlock | {"origin":"PlainType","plain_type":"BlockNumber"} |
Name | Type | Value | |
---|---|---|---|
MaxStatementLength | u32 | 0xe8030000 | |
UnlockedProportion | Permill | 0x00000000 | |
MaxUnlocked | BalanceOf | 0x00000000000000000000000000000000 |
Name | Docs |
---|---|
InvalidAccount | Account is not currently valid to use. |
ExistingAccount | Account used in the purchase already exists. |
InvalidSignature | Provided signature is invalid |
AlreadyCompleted | Account has already completed the purchase process. |
Overflow | An overflow occurred when doing calculations. |
InvalidStatement | The statement is too long to be stored on chain. |
InvalidUnlockBlock | The unlock block is in the past! |
VestingScheduleExists | Vesting schedule already exists for this account. |