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

Update operations.js

parent 4496349a
No related branches found
No related tags found
1 merge request!18Add update_proposal operation
......@@ -712,13 +712,13 @@ let remove_proposal = new Serializer(
let update_proposal = new Serializer(
"update_proposal", {
creator: string,
proposal_id: string,
daily_pay: asset,
subject: string,
permlink: string,
extensions: set(future_extensions)
}
creator: string,
proposal_id: string,
daily_pay: asset,
subject: string,
permlink: string,
extensions: set(future_extensions)
}
);
let claim_reward_balance2 = new Serializer(
......
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