Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransactionTypeResponse

example

{
  "version": "2",
  "txn_type": "example",
  "custom_indexes": [
    {
      "path": "someJsonPath",
      "field_name": "aField",
      "type": "text",
      "options": {
        "weight": 0.5,
        "sortable": true
      }
    }
  ],
  "contract_id": "",
  "active_since_block": "26925824"
}

Hierarchy

  • TransactionTypeResponse

Index

Properties

active_since_block

active_since_block: string

When this transaction type has been active since

contract_id

contract_id: string

If this is not a transaction type for a smart contract, this will be an empty string

custom_indexes

custom_indexes: TransactionTypeCustomIndex[]

txn_type

txn_type: string

version

version: "2"