Table of Contents

Class SubmitSignedForfeitTxsRequest

Namespace
NArk.Abstractions.Batches
Assembly
NArk.Abstractions.dll

Submits signed forfeit transactions to the server, optionally alongside the signed commitment tx.

public record SubmitSignedForfeitTxsRequest : IEquatable<SubmitSignedForfeitTxsRequest>
Inheritance
SubmitSignedForfeitTxsRequest
Implements
Inherited Members

Constructors

SubmitSignedForfeitTxsRequest(string[], string?)

Submits signed forfeit transactions to the server, optionally alongside the signed commitment tx.

public SubmitSignedForfeitTxsRequest(string[] SignedForfeitTxs, string? SignedCommitmentTx = null)

Parameters

SignedForfeitTxs string[]

Fully signed forfeit transactions (hex).

SignedCommitmentTx string

Signed commitment tx (hex), required when the client is a cosigner.

Properties

SignedCommitmentTx

Signed commitment tx (hex), required when the client is a cosigner.

public string? SignedCommitmentTx { get; init; }

Property Value

string

SignedForfeitTxs

Fully signed forfeit transactions (hex).

public string[] SignedForfeitTxs { get; init; }

Property Value

string[]