Struct PostParticipationResponse
Namespace: Algorand.Unity.Algod
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct PostParticipationResponse : IEquatable<PostParticipationResponse>
Properties
PartId
encoding of the participation ID.
Declaration
[AlgoApiField("partId")]
public string PartId { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
Equals(PostParticipationResponse)
Declaration
public bool Equals(PostParticipationResponse other)
Parameters
Type | Name | Description |
---|---|---|
PostParticipationResponse | other |
Returns
Type | Description |
---|---|
Boolean |