StreamflowBucketV2AccountData: {
    bucket: BucketBase;
    config: StreamflowConfig;
    extensions: StreamflowV2Extensions;
    key: Key;
    lockEndCondition: Condition;
    lockStartCondition: Condition;
    locked: boolean;
    padding: number[];
    recipient: PublicKey;
    reserved: number[];
}

Type declaration

Generated using TypeDoc