Skip to content

bug(sdk): SDK ScheduleData type missing paused, lockup_duration, requires_milestones fields #296

Description

@libby-coder

Problem

sdk/src/types.ts defines ScheduleData without the fields added to the contract in recent contributions. SDK consumers cannot read pause state or lockup configuration.

Fix

Add to ScheduleData:

paused: boolean;
lockup_duration: number;
requires_milestones: boolean;
vested_at_revoke: bigint;

Update parseSchedule in client.ts accordingly.

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programbugSomething isn't workingsdkTypeScript SDK package

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions