Class SmartContractMethodAttribute
Inherited Members
Namespace: AVM.ClientGenerator.Core.Attributes
Assembly: Algorand.dll
Syntax
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class SmartContractMethodAttribute : Attribute
Constructors
| Edit this page View SourceSmartContractMethodAttribute(OnCompleteType, string)
Declaration
public SmartContractMethodAttribute(OnCompleteType callType, string identifier = "")
Parameters
| Type | Name | Description |
|---|---|---|
| OnCompleteType | callType | |
| string | identifier |