Type alias: User
type User: object;
Represents a user in the system.
For example, the ECDSA contract creates Users where the auth is its contract id and the payload is the pubkey. Other smart contract, such as DAOs or new signature schemes can also create a User, allowing them to hold funds in the tokenization block or interact with other smart contracts using the User concept.
Type declaration
Member | Type |
---|---|
auth | ContractId |
payload | unknown |