| Interface | Description |
|---|---|
| HasTag | |
| StoredContractNames |
Names of known stored contracts
|
| Class | Description |
|---|---|
| CLByteArrayInfo |
Specialized
CLTypeInfo for byte arrays that have a size. |
| CLOptionTypeInfo |
Specialised type for Options that have an inner type
|
| CLOptionValue |
Specialisation of a value for an CL Option type
|
| CLTypeInfo |
The basic CL type info
|
| CLValue |
Type: a value to be interpreted by node software.
|
| Deploy |
Top level container encapsulating information required to interact with chain.
|
| DeployApproval |
A digital signature approving deploy processing.
|
| DeployExecutable |
Encapsulates vm executable information.
|
| DeployHeader |
Type: header information associated with a deploy.
|
| DeployNamedArg |
Type: a named argument to be mapped to a contract function parameter.
|
| DeployParams | |
| DeployService |
Util methods for making Deploy message
|
| Digest |
Type: output of a hashing function.
|
| ModuleBytes | |
| PublicKey |
type type: representing a public key derived from an ECC key pair.
|
| Signature |
Signature type type used in deployment approvals.
|
| StoredContractByName |
Encapsulates information required to execute an on-chain smart contract referenced by name.
|
| Transfer |
Specialisation of DeployExecutable for a transfer used in Session
|
| URef |
| Enum | Description |
|---|---|
| AccessRights | |
| CLType |
Type: enumeration over set of low level CL types.
|
| KeyAlgorithm |
| Annotation Type | Description |
|---|---|
| CLName |
Annotation use to provide the name of a CL type or variable that does not match Java's camelCase naming conventions.
|
Copyright © 2021. All rights reserved.