api_procedures_claimClassicTicker.ClaimClassicTickerParams
@polymeshassociation/polymesh-sdk / Modules / api/procedures/claimClassicTicker / ClaimClassicTickerParams
Interface: ClaimClassicTickerParams
api/procedures/claimClassicTicker.ClaimClassicTickerParams
Table of contents
Properties
Properties
ethereumSignature
• ethereumSignature: string
signature generated by signing a message formed by the DID (hex without the leading 0x), prefixed by classic_claim
. Example: if the DID is 0x1230000000000000000000000000000000000000000000000000000000000000
, the message would be classic_claim1230000000000000000000000000000000000000000000000000000000000000
Defined in
api/procedures/claimClassicTicker.ts:20
ticker
• ticker: string
ticker symbol to claim
Defined in
Previousapi_procedures_addTransferRestriction.StorageNextapi_procedures_configureDividendDistribution.ConfigureDividendDistributionParams
Last updated