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

Update operations.js

parent acae3a6d
No related branches found
No related tags found
1 merge request!18Add update_proposal operation
......@@ -710,6 +710,17 @@ 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)
}
);
let claim_reward_balance2 = new Serializer(
"claim_reward_balance2", {
account: string,
......@@ -983,6 +994,7 @@ operation.st_operations = [
create_proposal,
update_proposal_votes,
remove_proposal,
update_proposal,
claim_reward_balance2,
vote2,
smt_setup,
......
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