Skip to content
Snippets Groups Projects
Commit 42e9d95c authored by Mahdi Yari's avatar Mahdi Yari
Browse files

Update operations.js

parent b4107cff
No related branches found
No related tags found
1 merge request!18Add update_proposal operation
...@@ -713,7 +713,7 @@ let remove_proposal = new Serializer( ...@@ -713,7 +713,7 @@ let remove_proposal = new Serializer(
let update_proposal = new Serializer( let update_proposal = new Serializer(
"update_proposal", { "update_proposal", {
creator: string, creator: string,
proposal_id: string, proposal_id: uint64,
daily_pay: asset, daily_pay: asset,
subject: string, subject: string,
permlink: string, permlink: string,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment