SetAssetCreateCost Method

Treatail NEO Core Logic

Treatail.NEO

Contract..::..SetAssetCreateCost Method

Sets the amount of TTL required to create a Treatail Asset

Namespace:  Treatail.NEO.Core.Models
Assembly:  Treatail.NEO.Core (in Treatail.NEO.Core.dll)

Syntax


public bool SetAssetCreateCost(
	int cost
)
Public Function SetAssetCreateCost ( _
	cost As Integer _
) As Boolean
public:
bool^ SetAssetCreateCost(
	int^ cost
)

Parameters

cost
Type: Int32
Number of TTL required

Return Value

Success