Type alias ProposalCreateArgs

ProposalCreateArgs: {
    draft: boolean;
    transactionIndex: beet.bignum;
}

Type declaration

  • draft: boolean
  • transactionIndex: beet.bignum

Generated using TypeDoc