We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
from
timestamp
1 parent 81f4ae8 commit 3f64542Copy full SHA for 3f64542
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@snapshot-labs/snapshot.js",
3
- "version": "0.6.3",
+ "version": "0.6.4",
4
"repository": "snapshot-labs/snapshot.js",
5
"license": "MIT",
6
"main": "dist/snapshot.cjs.js",
src/sign/types.ts
@@ -31,9 +31,9 @@ export interface Proposal {
31
32
export interface UpdateProposal {
33
proposal: string;
34
- from: string;
+ from?: string;
35
space: string;
36
- timestamp: number;
+ timestamp?: number;
37
type: ProposalType;
38
title: string;
39
body: string;
0 commit comments