Schema
@aeternity/aepp-sdk/es/tx/builder/schema
Transaction Schema for TxBuilder
Example
import TxSchema from '@aeternity/aepp-sdk/es/tx/builder/schema'
exports.TX_TYPE : Object
⏏
Object with transaction types
Kind: Exported constant
Properties
Name | Type |
---|---|
signed | String |
spend | String |
nameClaim | String |
namePreClaim | String |
nameUpdate | String |
nameRevoke | String |
nameTransfer | String |
contractCreate | String |
contractCall | String |
oracleRegister | String |
oracleExtend | String |
oracleQuery | String |
oracleResponse | String |