MsgStoreCode Constructor (array<Byte>[]()[][], String, String, String)

Initializes a new instance of the MsgStoreCode class.

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

Syntax


public MsgStoreCode(
	byte[] wasmByteCode,
	string source,
	string builder,
	string sender
)

Parameters

wasmByteCode
Type: array<Byte>[]()[][]
The wasm byte code.
source
Type: String
Source is a valid absolute HTTPS URI to the contract's source code, optional.
builder
Type: String
Builder is a valid docker image name with tag, optional.
sender
Type: String
The sender.