ProposalSummary

Properties of a proposal.

Applies only to Hyperledger Fabric.

Types

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

Properties

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 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:

Functions

Link copied to clipboard
inline fun copy(block: ProposalSummary.Builder.() -> Unit = {}): ProposalSummary
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