Skip to content

Commit

Permalink
chore: voteOffsets field added
Browse files Browse the repository at this point in the history
  • Loading branch information
achal-singh authored and mhanson-github committed Aug 30, 2024
1 parent 6dd8d8d commit 8009a2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/receipt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ export type Proposal = {
export type SignedReceipt = {
proposal: Proposal
proposalHash: string // Redundant, may go
applyTimestamp: number
signaturePack: Signature[]
voteOffsets: number[]
sign?: Signature
}

/**
Expand Down

0 comments on commit 8009a2b

Please sign in to comment.