Type alias AddUnlockedBucketV2InstructionDataArgs

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

Type declaration

Generated using TypeDoc