SecretNET.NFT Namespace

Snip721Tx..::..Reveal Method

Reveal unwraps the sealed private metadata, irreversibly marking the token as unwrapped. If the unwrapped_metadata_is_private configuration value is true, the formerly sealed metadata will remain private, otherwise it will be made public.

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

Syntax


public Task<SingleSecretTx<RevealResponse>> Reveal(
	MsgReveal msg,
	Nullable<TxOptions> txOptions
)
Public Function Reveal ( _
	msg As MsgReveal, _
	txOptions As Nullable(Of TxOptions) _
) As Task(Of SingleSecretTx(Of RevealResponse))
public:
Task<SingleSecretTx<RevealResponse^>^>^ Reveal(
	MsgReveal^ msg, 
	Nullable<TxOptions^> txOptions
)

Parameters

msg
Type: SecretNET.NFT..::..MsgReveal
The MSG.
txOptions
Type: Nullable<(Of <(<'TxOptions>)>)>
The tx options.

Return Value

SingleSecretTx<RevealResponse>.