SetAssetCreateCost Method

Treatail NEO Core Logic

Treatail.NEO

TreatailContract..::..SetAssetCreateCost Method

Sets the cost in TTL required to create a Treatail Asset

Namespace:  Treatail.NEO.SmartContracts.TreatailContract
Assembly:  Treatail.NEO.SmartContracts.TreatailContract (in Treatail.NEO.SmartContracts.TreatailContract.dll)

Syntax


public static bool SetAssetCreateCost(
	BigInteger cost
)
Public Shared Function SetAssetCreateCost ( _
	cost As BigInteger _
) As Boolean
public:
static bool^ SetAssetCreateCost(
	BigInteger^ cost
)

Parameters

cost
Type: BigInteger
BigInteger - number of TTL required to create a Treatail Asset

Return Value

bool - success