InstantiateSnip721..::..PostInitCallback Property
Information used to perform a callback message after initialization.
The PostInitCallback object is used to have the token contract execute an optional callback message after the contract has initialized.
This can be useful if another contract is instantiating this token contract and needs the token contract to inform the creating contract of the address it has been given.
Namespace:
SecretNET.NFTAssembly: SecretNET.NFT (in SecretNET.NFT.dll)
Syntax
public Nullable<PostInitCallback> PostInitCallback { get; set; }
Public Property PostInitCallback As Nullable(Of PostInitCallback) Get Set
public: property Nullable<PostInitCallback^> PostInitCallback { Nullable<PostInitCallback^> get (); void set (Nullable<PostInitCallback^> value); }