Issuing functions

Requesting issue of security tokens and querying them

The following functions are to be called on the Securities Factory contract.

Request issue of a Security token

issueSecurity(  _security: string,
                _category: string,
                _company: string, 
                _isin: string, 
                _currency: string, 
                _issuer: string,
                _intermediary: string,                
                _restrictions: string,
                _country: string,
                _qualified: string
                )

Query issuer of a Security token

getHolder(_token: string)

Query investment product for a Security token

getSecurity(_token: string)

Query other attributes of a Security token

getSecurityToken(_token: string, _issuer: string)

Last updated