VoteSummary

Properties of an individual vote that a member cast for 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

The unique identifier of the member that cast the vote.

Link copied to clipboard

The name of the member that cast the vote.

Link copied to clipboard

The vote value, either YES or NO.

Functions

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