资讯专栏INFORMATION COLUMN

eosjs 文档(RPC接口)

call_me_R / 3162人阅读

摘要:接口接口属性定义于定义于定义于定义于定义于定义于定义于定义于定义于属性定义于定义于定义于属性定义于定义于属性定义于定义于定义于定义于定义于定义于定义于定义于

RPC接口 接口

Abi

BlockTaposInfo

GetAbiResult

GetBlockResult

GetCodeResult

GetInfoResult

GetRawCodeAndAbiResult

PushTransactionArgs

Abi 属性

abi_extensions:Array

定义于eosjs-rpc-interfaces.ts:15

actions:Array

定义于eosjs-rpc-interfaces.ts:11

error_messages:Array

定义于eosjs-rpc-interfaces.ts:14

ricardian_clauses:Array

定义于eosjs-rpc-interfaces.ts:13

structs:Array

定义于eosjs-rpc-interfaces.ts:10

tables:Array

定义于eosjs-rpc-interfaces.ts:12

types:Array

定义于eosjs-rpc-interfaces.ts:9

variants:Array

定义于eosjs-rpc-interfaces.ts:16

version:string

定义于eosjs-rpc-interfaces.ts:8

BlockTaposInfo 属性

block_num:number

定义于eosjs-rpc-interfaces.ts:28

ref_block_prefix:number

定义于eosjs-rpc-interfaces.ts:29

timestamp:string

定义于eosjs-rpc-interfaces.ts:27

GetAbiResult 属性

abi:Abi

定义于eosjs-rpc-interfaces.ts:22

account_name:string

定义于eosjs-rpc-interfaces.ts:21

GetBlockResult 属性

action_mroot:string

定义于eosjs-rpc-interfaces.ts:39

block_num:number

定义于eosjs-rpc-interfaces.ts:43

confirmed:number

定义于eosjs-rpc-interfaces.ts:36

id:string

定义于eosjs-rpc-interfaces.ts:42

previous:string

定义于eosjs-rpc-interfaces.ts:37

producer:string

定义于eosjs-rpc-interfaces.ts:35

producer_signature:string

定义于eosjs-rpc-interfaces.ts:41

ref_block_prefix:number

定义于eosjs-rpc-interfaces.ts:44

schedule_version:number

定义于eosjs-rpc-interfaces.ts:40

timestamp:string

定义于eosjs-rpc-interfaces.ts:34

transaction_mroot:string

定义于eosjs-rpc-interfaces.ts:38

GetCodeResult 属性

abi:Abi

定义于eosjs-rpc-interfaces.ts:53

account_name:string

定义于eosjs-rpc-interfaces.ts:49

code_hash:string

定义于eosjs-rpc-interfaces.ts:50

wasm:string

定义于eosjs-rpc-interfaces.ts:52

wast:string

定义于eosjs-rpc-interfaces.ts:51

GetInfoResult 属性

block_cpu_limit:number

定义于eosjs-rpc-interfaces.ts:68

block_net_limit:number

定义于eosjs-rpc-interfaces.ts:69

chain_id:string

定义于eosjs-rpc-interfaces.ts:59

head_block_id:string

定义于eosjs-rpc-interfaces.ts:63

head_block_num:number

定义于eosjs-rpc-interfaces.ts:60

head_block_producer:string

定义于eosjs-rpc-interfaces.ts:65

head_block_time:string

定义于eosjs-rpc-interfaces.ts:64

last_irreversible_block_id:string

定义于eosjs-rpc-interfaces.ts:62

last_irreversible_block_num:number

定义于eosjs-rpc-interfaces.ts:61

server_version:string

定义于eosjs-rpc-interfaces.ts:58

virtual_block_cpu_limit:number

定义于eosjs-rpc-interfaces.ts:66

virtual_block_net_limit:number

定义于eosjs-rpc-interfaces.ts:67

GetRawCodeAndAbiResult 属性

abi:string

定义于eosjs-rpc-interfaces.ts:76

account_name:string

定义于eosjs-rpc-interfaces.ts:74

wasm:string

定义于eosjs-rpc-interfaces.ts:75

PushTransactionArgs 属性

serializedTransaction:Uint8Array

定义于eosjs-rpc-interfaces.ts:82

signatures:string[]

定义于eosjs-rpc-interfaces.ts:81

上一篇:RPC-Error 下一篇:Serialize

文章版权归作者所有,未经允许请勿转载,若此文章存在违规行为,您可以联系管理员删除。

转载请注明本文地址:https://www.ucloud.cn/yun/100645.html

相关文章

  • eosjs 文档(目录)

    摘要:文档用于使用与基于的区块链集成的。重要最近发布了针对的重大改写,一定要锁定你的依赖项。如果你正在寻找以前版本的,可以在这里找到它。指南介绍浏览器交易读取区块链参考接口接口类接口 eosjs 文档 用于使用EOSIO RPC API与基于EOSIO的区块链集成的Javascript API。 重要!最近发布了针对eosjs的重大改写,一定要锁定你的依赖项。 如果你正在寻找以前版本的eos...

    shleyZ 评论0 收藏0
  • eosjs 文档(API)

    摘要:参数名称类型默认值返回如果,则节点响应,如果则。上一篇读取区块链下一篇接口 API 类 Api 变量 abiAbi transactionAbi 变量 abiAbi abiAbi:any = require(../src/abi.abi.json) 定义于eosjs-api.ts:12 transactionAbi transactionAbi:any = require(...

    NikoManiac 评论0 收藏0
  • eosjs 文档RPC-Error)

    摘要:类构造函数定义于参数名称类型返回属性定义于详细的错误信息。上一篇下一篇接口 RPC-Error 类 RpcError RpcError 构造函数 new RpcError(json: any): RpcError 定义于eosjs-rpcerror.ts:9 参数: 名称 类型 json any 返回:RpcError 属性 json json:any 定义于eosjs...

    glumes 评论0 收藏0
  • eosjs 文档(JSON-RPC

    JSON-RPC 类 JsonRpc 函数 arrayToHex 函数 arrayToHex arrayToHex(data: Uint8Array): string 定义于eosjs-jsonrpc.ts:11 参数: 名称 类型 data Uint8Array 返回:string JsonRpc 实现接口 AuthorityProvider AbiProvider 构造函数 n...

    dockerclub 评论0 收藏0
  • eosjs 文档(介绍)

    摘要:介绍用于使用与基于的区块链集成的。在浏览器中使用并不安全,只能用于开发目的,在网页上下文之外使用安全保管库,以确保在生产中签名交易时的安全性。错误处理使用处理错误。上一篇文档目录下一篇浏览器 介绍 用于使用EOSIO RPC API与基于EOSIO的区块链集成的Javascript API。 安装 NodeJS依赖 npm install eosjs@beta or yarn add ...

    Forest10 评论0 收藏0

发表评论

0条评论

call_me_R

|高级讲师

TA的文章

阅读更多
最新活动
阅读需要支付1元查看
<