Type alias AddStreamflowBucketV2InstructionDataArgs

AddStreamflowBucketV2InstructionDataArgs: {
    backendSigner?: OptionOrNullable<BackendSignerArgs>;
    baseTokenAllocation?: number | bigint;
    bucketIndex?: number;
    config: StreamflowConfigArgs;
    lockEndCondition: ConditionArgs;
    lockStartCondition: ConditionArgs;
    padding?: number[];
}

Type declaration

Generated using TypeDoc