Open Cap Table Protocol Canton SDK - v0.2.125
    Preparing search index...

    Interface ExecuteSimpleAirdropParams

    interface ExecuteSimpleAirdropParams {
        airdropContractId: string;
        amountPerTransfer: string | number;
        initialAmuletInputs: string[];
        openMiningRoundCid: string;
        recipientSpecs: RecipientSpec[];
    }
    Index

    Properties

    airdropContractId: string
    amountPerTransfer: string | number
    initialAmuletInputs: string[]
    openMiningRoundCid: string
    recipientSpecs: RecipientSpec[]