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