Proposal

class Proposal

Properties of a proposal on a Managed Blockchain network.

Applies only to Hyperledger Fabric.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actions to perform on the network if the proposal is APPROVED.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the proposal. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Link copied to clipboard

The date and time that the proposal was created.

Link copied to clipboard

The description of the proposal.

Link copied to clipboard

The date and time that the proposal expires. This is the CreationDate plus the ProposalDurationInHours that is specified in the ProposalThresholdPolicy. After this date and time, if members haven't cast enough votes to determine the outcome according to the voting policy, the proposal is EXPIRED and Actions aren't carried out.

Link copied to clipboard

The unique identifier of the network for which the proposal is made.

Link copied to clipboard

The current total of NO votes cast on the proposal by members.

Link copied to clipboard

The number of votes remaining to be cast on the proposal by members. In other words, the number of members minus the sum of YES votes and NO votes.

Link copied to clipboard

The unique identifier of the proposal.

Link copied to clipboard

The unique identifier of the member that created the proposal.

Link copied to clipboard

The name of the member that created the proposal.

Link copied to clipboard

The status of the proposal. Values are as follows:

Link copied to clipboard

Tags assigned to the proposal. Each tag consists of a key and optional value.

Link copied to clipboard

The current total of YES votes cast on the proposal by members.

Functions

Link copied to clipboard
inline fun copy(block: Proposal.Builder.() -> Unit = {}): Proposal
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String