Skip to content

Commit

Permalink
Merge pull request #30 from argentlabs/fix/optional-proj-sig-param
Browse files Browse the repository at this point in the history
fix: optional projectSignature parameter
  • Loading branch information
hwildwood authored Oct 16, 2024
2 parents f7f7308 + 5d20793 commit 0cc0ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sessionTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export type MetadataTxFee = {
export type SessionMetadata = {
projectID: string
txFees: MetadataTxFee[]
projectSignature: Signature
projectSignature?: Signature
}

export type SessionParams = {
Expand Down

0 comments on commit 0cc0ba4

Please sign in to comment.