Invitation class
An invitation to an AWS account to create a member and join the network.
Applies only to Hyperledger Fabric.
Constructors
- Invitation({DateTime? creationDate, DateTime? expirationDate, String? invitationId, NetworkSummary? networkSummary, InvitationStatus? status})
-
Invitation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationDate → DateTime?
-
The date and time that the invitation was created.
final
- expirationDate → DateTime?
-
The date and time that the invitation expires. This is the
CreationDate
plus theProposalDurationInHours
that is specified in theProposalThresholdPolicy
. After this date and time, the invitee can no longer create a member and join the network using thisInvitationId
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- invitationId → String?
-
The unique identifier for the invitation.
final
- networkSummary → NetworkSummary?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → InvitationStatus?
-
The status of the invitation:
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited