Name | Lookup | Parameters | |
|---|---|---|---|
| create_account | 1b00 | 2 | |
| update_validity_status | 1b01 | 2 | |
| update_balance | 1b02 | 4 | |
| payout | 1b03 | 1 | |
| set_payment_account | 1b04 | 1 | |
| set_statement | 1b05 | 1 | |
| set_unlock_block | 1b06 | 1 |
Name | Lookup | Attributes | |
|---|---|---|---|
| AccountCreated | 1200 | ||
| ValidityUpdated | 1201 | ||
| BalanceUpdated | 1202 | ||
| PaymentComplete | 1203 | ||
| PaymentAccountSet | 1204 | ||
| StatementUpdated | 1205 | ||
| UnlockBlockUpdated | 1206 |
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. |