所有类
类
说明
Starcoin Block相关json-rpc接口的封装。
Immutable wrapper class around byte[].
Serde-based serialization format for named "container" types.
An enum, that is, an enumeration of variants.
A struct with a single unnamed parameter, e.g.
A struct with named parameters, e.g.
A struct with several unnamed parameters, e.g.
An empty struct, e.g.
Starcoin Contract 相关json-rpc接口的封装。
Serde-based serialization format for anonymous "value" types.
The formats of primitive types.
A tuple, e.g. the format of `(Foo, Bar)`.
Alias for `(Foo, ...
The name of a container.
"I Reference Container Type" interface.
Represents a JSON-RPC 2.0 error that occurred during the processing of a
request.
Enumeration of the three parameter types in JSON-RPC 2.0 requests and
notifications.
Represents a JSON-RPC 2.0 request.
Represents a JSON-RPC 2.0 response.
Sends requests and / or notifications to a specified JSON-RPC 2.0 server
URL.
Thrown to indicate a JSON-RPC 2.0 client session exception.
用于 Module 类在 jackson 库的反序列化。
用于 Module 类在 jackson 库的序列化。
A named value.
用于查询结果的封装。
remove terminated proposal from proposer
Once the proposal is agreed, anyone can call the method to make the proposal happen.
Entrypoint for the proposal.
queue agreed proposal to execute.
association account should call this script after upgrade from v2 to v3.
Take Offer and put to signer's Collection
<
Offered>
.Stdlib upgrade script from v2 to v3
用于 ScriptFunction 类在 jackson 库的反序列化。
用于 ScriptFunction 类在 jackson 库的序列化。
用于通过 websocket 订阅 Starcoin 的事件,暂时只实现了 PendingTransaction 相关的事件。
Starcoin State 相关json-rpc接口的封装。
用于 StructTag 类在 jackson 库的反序列化。
用于 StructTag 类在 jackson 库的序列化。
Starcoin Token 相关json-rpc接口的封装。
用于 TransactionPayload 类在 jackson 库的反序列化。
用于 TransactionPayload 类在 jackson 库的序列化。
Starcoin Transaction 相关json-rpc接口的封装。
用于 TypeTag 类在 jackson 库的反序列化。
用于 TypeTag 类在 jackson 库的序列化。
Description of a variant in an enum.
A variant with a single unnamed parameter, e.g.
A struct with named parameters, e.g.
A struct with several unnamed parameters, e.g.
A variant without parameters, e.g.