ProposalStatus
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / ProposalStatus
Variable: ProposalStatus
Section titled “Variable: ProposalStatus”
constProposalStatus:object
Defined in: @sip-protocol/types/dist/index.d.ts:1574
Proposal status
Type Declaration
Section titled “Type Declaration”PENDING
Section titled “PENDING”
readonlyPENDING:"pending"
Proposal created, awaiting signatures
APPROVED
Section titled “APPROVED”
readonlyAPPROVED:"approved"
Has enough signatures, ready to execute
EXECUTED
Section titled “EXECUTED”
readonlyEXECUTED:"executed"
Successfully executed
REJECTED
Section titled “REJECTED”
readonlyREJECTED:"rejected"
Rejected by signers
EXPIRED
Section titled “EXPIRED”
readonlyEXPIRED:"expired"
Expired before execution
CANCELLED
Section titled “CANCELLED”
readonlyCANCELLED:"cancelled"
Cancelled by proposer