ClientUpdateProposal Constructor

Initializes a new instance of the ClientUpdateProposal class.

Namespace:  SecretNET.Tx
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public ClientUpdateProposal(
	string title,
	string description,
	string subjectClientId,
	string substituteClientId,
	Coin[] initialDeposit
)

Parameters

title
Type: String
The title.
description
Type: String
The description.
subjectClientId
Type: String
The subject client identifier.
substituteClientId
Type: String
The substitute client identifier.
initialDeposit
Type: array<Coin>[]()[][]
The initial deposit.