SecretNET.NFT Namespace

SetContractStatusRequest Constructor

Initializes a new instance of the SetContractStatusRequest class.

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

Syntax


public SetContractStatusRequest(
	ContractStatus level,
	Nullable<string> padding
)
Public Sub New ( _
	level As ContractStatus, _
	padding As Nullable(Of String) _
)
public:
SetContractStatusRequest(
	ContractStatus^ level, 
	Nullable<String^> padding
)

Parameters

level
Type: SecretNET.NFT..::..ContractStatus
The level that defines which messages the contract will execute.
padding
Type: Nullable<(Of <(<'String>)>)>
An ignored string that can be used to maintain constant message length.