UserApprovalDecision Constructor

User decision for an transaction approval.

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

Syntax


public UserApprovalDecision(
	bool approveTransaction,
	ulong gasLimit
)

Parameters

approveTransaction
Type: Boolean
User decision to approval the transaction.
gasLimit
Type: UInt64
User decision of the gas limit for this transaction.