Type alias AddUnlockedBucketV2InstructionArgs

AddUnlockedBucketV2InstructionArgs: {
    backendSigner: OptionOrNullable<BackendSigner>;
    baseTokenAllocation?: undefined | number | bigint;
    bucketIndex?: undefined | number;
    claimEndCondition: ConditionArgs;
    claimStartCondition: ConditionArgs;
    padding?: undefined | number[];
}

Type declaration

Generated using TypeDoc