| Interface | Description |
|---|---|
| HasTag | |
| StoredContractNames |
Names of known stored contracts
|
| Class | Description |
|---|---|
| CLByteArrayInfo |
Specialized
CLTypeInfo for byte arrays that have a size. |
| CLKeyInfo | |
| CLKeyValue |
Specialized value type for keys
|
| CLMap |
Serializes as a list of key-value tuples.
|
| CLMapTypeInfo |
The type info for a CLMap
|
| CLOptionTypeInfo |
Specialised type for Options that have an inner type
|
| CLOptionValue |
Specialisation of a value for an CL Option type
|
| CLPublicKey |
Representing a public key derived from an ECC key pair.
|
| CLTypeInfo |
The basic CL type info
|
| CLValue |
Type: a value to be interpreted by node software.
|
| ContractHash | |
| 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.
|
| DeployNamedArgBuilder |
Helper class for building DeployNamedArg lists
|
| DeployParams | |
| DeployService |
Util methods for making Deploy message
|
| Digest |
Type: output of a hashing function.
|
| ModuleBytes | |
| Signature |
Signature type used in deployment approvals.
|
| StoredContractByHash | |
| StoredContractByName |
Encapsulates information required to execute an on-chain smart contract referenced by name.
|
| StoredVersionedContractByHash | |
| StoredVersionedContractByName |
Encapsulates information required to execute a versioned on-chain smart contract referenced by name.
|
| Transfer |
Specialisation of DeployExecutable for a transfer used in Session
|
| URef |
| Enum | Description |
|---|---|
| AccessRights | |
| Algorithm |
The enum of supported signature algorithms
|
| CLKeyInfo.KeyType |
The type of the key
|
| CLType |
Type: enumeration over set of low level CL types.
|
| 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 © 2022. All rights reserved.