Primary offer function

Raising capital for new issues

The following function is to be called on the Primary issue manager contract in the SDK.

Offering security tokens for a Primary issue

offer( owned: string, 
       isin: string, 
       offered:string, 
       tomatch:string, 
       desired:string, 
       min:string, 
       issuer: string,
       docs: string
   )

Please note that the application user that calls the above function should first approve the security token for an amount offered.

Last updated