TextProposal Constructor (String, String, array<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: array<Coin>[]()[][]
The initial deposit.