ISecurityToken.sol
ISecurityToken
Interface for the SecurityToken contract
Defines the structure and behavior for SecurityToken implementations
Functions
initializeAuthority
Initializes the authority for the SecurityToken
This function should be called before the main initialize function
Parameters
Name | Type | Description |
---|---|---|
|
| The address to be set as the initial authority |
initialize
Initializes the SecurityToken with given parameters
This function should be called immediately after deployment
Parameters
Name | Type | Description |
---|---|---|
|
| Struct containing all initialization parameters |
Structs
InitializeParams
Struct containing parameters for initializing a SecurityToken
Used in the initialize function to set up the token
Last updated