跳到主要内容

RpcInterfaces.Abi

EOSIO Javascript / Exports / RpcInterfaces / Abi

Interface: Abi

RpcInterfaces.Abi

Structured format for abis

Table of contents

Properties

Properties

abi_extensions

abi_extensions: { tag: number ; value: string }[]

Defined in

src/eosjs-rpc-interfaces.ts:12


actions

actions: { name: string ; ricardian_contract: string ; type: string }[]

Defined in

src/eosjs-rpc-interfaces.ts:8


error_messages

error_messages: { error_code: string ; error_msg: string }[]

Defined in

src/eosjs-rpc-interfaces.ts:11


ricardian_clauses

ricardian_clauses: { body: string ; id: string }[]

Defined in

src/eosjs-rpc-interfaces.ts:10


structs

structs: { base: string ; fields: { name: string ; type: string }[] ; name: string }[]

Defined in

src/eosjs-rpc-interfaces.ts:7


tables

tables: { index_type: string ; key_names: string[] ; key_types: string[] ; name: string ; type: string }[]

Defined in

src/eosjs-rpc-interfaces.ts:9


types

types: { new_type_name: string ; type: string }[]

Defined in

src/eosjs-rpc-interfaces.ts:6


variants

Optional variants: { name: string ; types: string[] }[]

Defined in

src/eosjs-rpc-interfaces.ts:13


version

version: string

Defined in

src/eosjs-rpc-interfaces.ts:5