triggerConfirmedConstantContract

Trigger the confirmed constant, the transaction is off the blockchain. Returns the Transaction Object.

Usage

visionWeb.transactionBuilder.triggerConfirmedConstantContract(
  contractAddress,
  functions,
  options,
  parameter,
  issuerAddress
);

Parameters

ParameterDescriptionTypeDefault
contractAddressThe smart contract address.string-
functionsFunction call, must not leave a blank space.string-
optionsPermission id,feeLimit,callValue.object-
parameterThe parameter passed to 'function'.string-
issuerAddressAddress that triggers the contract.string-

Returns

Object.

Example

visionWeb.transactionBuilder.triggerConfirmedConstantContract("46f151d2b560d0f0a983cdbfc85fff392bb8874258","name()",{},[]);
> vzz