TextProposal Constructor (String, String, Coin)

Initializes a new instance of the TextProposal class.

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

Syntax


public TextProposal(
	string title,
	string description,
	Coin initialDeposit
)

Parameters

title
Type: String
The title.
description
Type: String
The description.
initialDeposit
Type: SecretNET.Tx..::..Coin
The initial deposit.