摘要:接口接口属性定义于定义于定义于定义于定义于定义于定义于定义于定义于属性定义于定义于定义于属性定义于定义于属性定义于定义于定义于定义于定义于定义于定义于定义于
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
定义于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 文档 用于使用EOSIO RPC API与基于EOSIO的区块链集成的Javascript API。 重要!最近发布了针对eosjs的重大改写,一定要锁定你的依赖项。 如果你正在寻找以前版本的eos...
摘要:参数名称类型默认值返回如果,则节点响应,如果则。上一篇读取区块链下一篇接口 API 类 Api 变量 abiAbi transactionAbi 变量 abiAbi abiAbi:any = require(../src/abi.abi.json) 定义于eosjs-api.ts:12 transactionAbi transactionAbi:any = require(...
摘要:类构造函数定义于参数名称类型返回属性定义于详细的错误信息。上一篇下一篇接口 RPC-Error 类 RpcError RpcError 构造函数 new RpcError(json: any): RpcError 定义于eosjs-rpcerror.ts:9 参数: 名称 类型 json any 返回:RpcError 属性 json json:any 定义于eosjs...
JSON-RPC 类 JsonRpc 函数 arrayToHex 函数 arrayToHex arrayToHex(data: Uint8Array): string 定义于eosjs-jsonrpc.ts:11 参数: 名称 类型 data Uint8Array 返回:string JsonRpc 实现接口 AuthorityProvider AbiProvider 构造函数 n...
摘要:介绍用于使用与基于的区块链集成的。在浏览器中使用并不安全,只能用于开发目的,在网页上下文之外使用安全保管库,以确保在生产中签名交易时的安全性。错误处理使用处理错误。上一篇文档目录下一篇浏览器 介绍 用于使用EOSIO RPC API与基于EOSIO的区块链集成的Javascript API。 安装 NodeJS依赖 npm install eosjs@beta or yarn add ...
阅读 671·2021-09-29 09:34
阅读 2526·2019-08-30 15:53
阅读 3331·2019-08-29 17:17
阅读 731·2019-08-29 16:08
阅读 1089·2019-08-29 13:03
阅读 923·2019-08-27 10:54
阅读 659·2019-08-26 13:39
阅读 2836·2019-08-26 13:34