IProposal Interface
Proposal to set the given key/value pair.
Consensus on the proposal is achieved if the MSN is >= the sequence number at which the proposal is made and no client within the collaboration window rejects the proposal.
Signature
export interface IProposal
Properties
Property | Type | Description |
---|---|---|
key | string | |
value | any |
Property Details
key
Signature
key: string;
Type: string
value
Signature
value: any;
Type: any