package
0.0.0-20190605130555-8736625b1b85
Repository: https://github.com/codexnetwork/codexio-go.git
Documentation: pkg.go.dev

# Functions

CleanProposal is an action to flush proposal and allow RAM used by it.
NewExpire is an action to expire a proposal ahead of its natural death.
NewPost is an action representing a simple message to be posted through the chain network.
NewPropose is an action to submit a proposal for vote.
Status is an action to set a status update for a given account on the forum contract.
NewUnPost is an action undoing a post that is active.
NewUnVote is an action representing the action to undoing a current vote.
NewVote is an action representing a simple vote to be broadcast through the chain network.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CleanProposal represents the `eosio.forum::clnproposal` action.
Expire represents the `eosio.forum::propose` action.
Post
Post represents the `eosio.forum::post` action.
Propose represents the `eosio.forum::propose` action.
Status represents the `eosio.forum::status` action.
UnPost represents the `eosio.forum::unpost` action.
UnVote represents the `eosio.forum::unvote` action.
Vote represents the `eosio.forum::vote` action.