Skip to main content

Proposal

A handler to an immutable proposal. This can be passed to create_proposed_transactions to prove/authorize the transactions before they are sent to the network.

The proposal can be reviewed by calling describe which will return a JSON object with the details of the proposal.

Index

Constructors

Methods

Constructors

constructor

Methods

describe

  • describe(): any
  • Returns a JSON object with the details of the proposal.


    Returns any

free

  • free(): void
  • Returns void