UnlockedBucketV2AccountData: {
    bucket: BucketBase;
    claimEndCondition: Condition;
    claimStartCondition: Condition;
    claimed: boolean;
    extensions: UnlockedV2Extensions;
    key: Key;
    padding: number[];
    recipient: PublicKey;
    reserved: number[];
}

Type declaration

Generated using TypeDoc