Class SubmitTxResponse
public record SubmitTxResponse : IEquatable<SubmitTxResponse>
- Inheritance
-
SubmitTxResponse
- Implements
- Inherited Members
Constructors
SubmitTxResponse(string, string, string[])
public SubmitTxResponse(string ArkTxId, string FinalArkTx, string[] SignedCheckpointTxs)
Parameters
Properties
ArkTxId
public string ArkTxId { get; init; }
Property Value
FinalArkTx
public string FinalArkTx { get; init; }
Property Value
SignedCheckpointTxs
public string[] SignedCheckpointTxs { get; init; }
Property Value
- string[]