Appian Ethereum Functions

The Appian Ethereum Functions library allows you to build applications that can interact with the Ethereum blockchain smart contracts.

Expression Functions:

  • eth_call
  • eth_decodeMethod
  • eth_encodeContractMethod
  • eth_estimateGas
  • eth_getBalance
  • eth_getBlock
  • eth_getRSVFromSignature
  • eth_getTransaction
  • eth_getTransactionCount
  • eth_hashMessage
  • eth_keccak256
  • eth_recoverAddress
  • eth_sendRawTransaction
  • eth_sendTransaction
  • util_urlEncode
  • util_toUnixTime
  • util_fromUnixTime
  • util_generateUuid

Smart Services:

  • EthereumSendRawTransactionService
  • EthereumSignAndSendTransactionService
Anonymous