codechain-stakeholder-sdk
Version:
A JavaScript implementation for CodeChain stake token related custom actions and custom transactions
5 lines (4 loc) • 600 B
TypeScript
export declare const HANDLER_ID = 2;
export { getUndelegatedCCS, getCCSHolders, Candidate, getCandidates, Delegation, getDelegations, IntermediateRewards, IntermediateReward, getIntermediateRewards, Prisoner, getJailed, Validator, getValidators, getBanned } from "./actionData";
export { createTransferCCSTransaction, createDelegateCCSTransaction, createRedelegateTransaction, createReportDoubleVoteTransaction, createRevokeTransaction, createSelfNominateTransaction, actionFromCustom, actionFromRLP } from "./transactions";
export { TermMetadata, getTermMetadata, getPossibleAuthors } from "./rpc";