Type alias AddStreamflowBucketV2InstructionArgs

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

Type declaration

Generated using TypeDoc