A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages

A

AbstractAnyOfDeserializer - Class in com.syntifi.casper.sdk.jackson.deserializer
Core Deserializer for the CLValue property.
AbstractAnyOfDeserializer(JavaType, TypeIdResolver, String, boolean, JavaType) - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.AbstractAnyOfDeserializer
 
AbstractAnyOfDeserializer(AsPropertyTypeDeserializer, BeanProperty) - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.AbstractAnyOfDeserializer
 
AbstractCLType - Class in com.syntifi.casper.sdk.model.clvalue.cltype
Basic class for CLType implementation
AbstractCLType() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
AbstractCLTypeBasic - Class in com.syntifi.casper.sdk.model.clvalue.cltype
Base class for all types which are simple mappings
AbstractCLTypeBasic() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLTypeBasic
 
AbstractCLTypeBasic(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLTypeBasic
 
AbstractCLTypeWithChildren - Class in com.syntifi.casper.sdk.model.clvalue.cltype
Base class for all types which have an array of child types
AbstractCLTypeWithChildren() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLTypeWithChildren
 
AbstractCLValue<T,​P extends AbstractCLType> - Class in com.syntifi.casper.sdk.model.clvalue
Base class for CLValues
AbstractCLValue() - Constructor for class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
AbstractCLValueWithChildren<T,​P extends AbstractCLType> - Class in com.syntifi.casper.sdk.model.clvalue
Abstract class for those CLValues which have a child collection
AbstractCLValueWithChildren() - Constructor for class com.syntifi.casper.sdk.model.clvalue.AbstractCLValueWithChildren
 
AbstractSerializedKeyTaggedHex<T extends Tag> - Class in com.syntifi.casper.sdk.model.key
Hex-encoded key, including the tag byte.
AbstractSerializedKeyTaggedHex() - Constructor for class com.syntifi.casper.sdk.model.key.AbstractSerializedKeyTaggedHex
 
AbstractSerializedKeyTaggedHexDeserializer<T extends AbstractSerializedKeyTaggedHex<S>,​S extends Tag> - Class in com.syntifi.casper.sdk.jackson.deserializer
Customize the mapping of Casper's Hex String preceeded by the crypto algorithm tag such as PublicKey/Signature
AbstractSerializedKeyTaggedHexDeserializer() - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.AbstractSerializedKeyTaggedHexDeserializer
 
Account - Class in com.syntifi.casper.sdk.model.account
Structure representing a user's account, stored in global state.
Account() - Constructor for class com.syntifi.casper.sdk.model.account.Account
 
ACCOUNT - com.syntifi.casper.sdk.model.key.KeyTag
 
AccountData - Class in com.syntifi.casper.sdk.model.account
Root class for a Casper block request
AccountData() - Constructor for class com.syntifi.casper.sdk.model.account.AccountData
 
AccountNamedKey - Class in com.syntifi.casper.sdk.identifier.dictionary
Account named key for dictionary item calls
AccountNamedKey() - Constructor for class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKey
 
AccountNamedKey(String, String, String) - Constructor for class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKey
 
AccountNamedKeyDictionaryIdentifier - Class in com.syntifi.casper.sdk.identifier.dictionary
Identifier class passed to service CasperService.getStateDictionaryItem(String, DictionaryIdentifier) to Lookup a dictionary item via an Account named key
AccountNamedKeyDictionaryIdentifier(AccountNamedKey) - Constructor for class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKeyDictionaryIdentifier
 
ActionThresholds - Class in com.syntifi.casper.sdk.model.account
Thresholds that have to be met when executing an action of a certain type.
ActionThresholds() - Constructor for class com.syntifi.casper.sdk.model.account.ActionThresholds
 
ActivationPoint - Class in com.syntifi.casper.sdk.model.status
The first era to which the associated protocol version applies
ActivationPoint() - Constructor for class com.syntifi.casper.sdk.model.status.ActivationPoint
 
ADD - com.syntifi.casper.sdk.model.deploy.OpKind
 
ADD - com.syntifi.casper.sdk.model.uref.URefAccessRight
 
ADD_WRITE - com.syntifi.casper.sdk.model.uref.URefAccessRight
 
AddInt32 - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Adds the given `i32`
AddInt32() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.AddInt32
 
AddKeys - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Adds the given collection of named keys.
AddKeys() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.AddKeys
 
AddUInt128 - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Adds the given `u128`
AddUInt128() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.AddUInt128
 
AddUInt256 - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Adds the given `u256`
AddUInt256() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.AddUInt256
 
AddUInt512 - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Adds the given `u512`
AddUInt512() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.AddUInt512
 
AddUInt64 - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Adds the given `u64`
AddUInt64() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.AddUInt64
 
AlgorithmTag - Enum in com.syntifi.casper.sdk.model.key
Algorithm byte tag
ANY - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
ANY - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
Approval - Class in com.syntifi.casper.sdk.model.deploy
A struct containing a signature and the public key of the signer
Approval() - Constructor for class com.syntifi.casper.sdk.model.deploy.Approval
 
AssociatedKey - Class in com.syntifi.casper.sdk.model.account
Associated Key
AssociatedKey() - Constructor for class com.syntifi.casper.sdk.model.account.AssociatedKey
 
AuctionData - Class in com.syntifi.casper.sdk.model.auction
Root class for a Casper auction info request
AuctionData() - Constructor for class com.syntifi.casper.sdk.model.auction.AuctionData
 
AuctionState - Class in com.syntifi.casper.sdk.model.auction
Data structure summarizing auction contract data
AuctionState() - Constructor for class com.syntifi.casper.sdk.model.auction.AuctionState
 

B

BALANCE - com.syntifi.casper.sdk.model.key.KeyTag
 
BalanceData - Class in com.syntifi.casper.sdk.model.balance
Root class for a Casper balance data request Result for "state_get_balance" RPC response
BalanceData() - Constructor for class com.syntifi.casper.sdk.model.balance.BalanceData
 
Bid - Class in com.syntifi.casper.sdk.model.bid
An entry in the validator map.
Bid() - Constructor for class com.syntifi.casper.sdk.model.bid.Bid
 
BID - com.syntifi.casper.sdk.model.key.KeyTag
 
BlockIdentifier - Interface in com.syntifi.casper.sdk.identifier.block
Simple contract interface for BlockIdentifier parameter
BOOL - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
BOOL - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
String constants for all CLTypes as defined by the api spec
BufferEndCLValueDecodeException - Exception in com.syntifi.casper.sdk.exception
Thrown when trying to read a value when all bytes were read
BufferEndCLValueDecodeException(String) - Constructor for exception com.syntifi.casper.sdk.exception.BufferEndCLValueDecodeException
 
BufferEndCLValueDecodeException(String, Throwable) - Constructor for exception com.syntifi.casper.sdk.exception.BufferEndCLValueDecodeException
 
buildTypeDeserializer(DeserializationConfig, JavaType, Collection<NamedType>) - Method in class com.syntifi.casper.sdk.jackson.resolver.CLTypeResolver
 
buildTypeDeserializer(DeserializationConfig, JavaType, Collection<NamedType>) - Method in class com.syntifi.casper.sdk.jackson.resolver.CLValueResolver
 
buildTypeDeserializer(DeserializationConfig, JavaType, Collection<NamedType>) - Method in class com.syntifi.casper.sdk.jackson.resolver.StoredValueResolver
 
buildTypeDeserializer(DeserializationConfig, JavaType, Collection<NamedType>) - Method in class com.syntifi.casper.sdk.jackson.resolver.TransformResolver
 
BYTE_ARRAY - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
BYTE_ARRAY - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 

C

canEqual(Object) - Method in class com.syntifi.casper.sdk.exception.CasperClientErrorData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.identifier.block.HashBlockIdentifier
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.identifier.block.HeightBlockIdentifier
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKey
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKeyDictionaryIdentifier
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKey
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKeyDictionaryIdentifier
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.StringDictionaryIdentifier
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefDictionaryIdentifier
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefSeed
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.account.Account
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.account.AccountData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.account.ActionThresholds
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.account.AssociatedKey
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.auction.AuctionData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.auction.AuctionState
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.balance.BalanceData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.bid.Bid
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.bid.JsonBids
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.bid.VestingSchedule
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.block.JsonBlock
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockBody
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.block.JsonProof
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValueWithChildren
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLTypeWithChildren
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeAny
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeBool
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeByteArray
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeFixedList
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeI32
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeI64
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeKey
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeList
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeOption
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypePublicKey
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeString
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple1
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple2
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple3
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU128
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU256
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU32
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU512
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU64
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU8
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeUnit
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeURef
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueAny
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueBool
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueByteArray
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueFixedList
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI32
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI64
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueKey
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueList
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueMap
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueOption
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValuePublicKey
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult.Result
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueString
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple1
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple2
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple3
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU128
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU256
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU32
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU512
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU64
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU8
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueUnit
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueURef
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.contract.Contract
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.contract.ContractPackage
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.contract.ContractVersion
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.contract.ContractWasm
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.contract.DisabledVersion
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.contract.Group
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.contract.Groups
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.contract.NamedKey
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.contract.Parameter
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.Approval
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.Delegator
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.DeployData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.DeployResult
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.Entry
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.EraInfo
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.ModuleBytes
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByHash
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByName
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.Transfer
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.ExecutionEffect
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Success
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.JsonExecutionResult
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.NamedArg
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.Operation
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddInt32
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddKeys
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt128
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt256
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt512
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt64
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.Failure
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteAccount
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteBid
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteCLValue
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteDeployInfo
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteEraInfo
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteTransfer
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteWithdraw
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.deploy.Validator
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.dictionary.DictionaryData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.era.EraInfoData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.era.EraSummary
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.era.JsonEraReport
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.era.JsonEraValidators
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.era.JsonValidatorWeight
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.era.Reward
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.era.ValidatorWeight
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.key.AbstractSerializedKeyTaggedHex
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.peer.PeerData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.peer.PeerEntry
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.stateroothash.StateRootHashData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.status.ActivationPoint
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.status.NextUpgrade
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.status.StatusData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueAccount
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueBid
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueCLValue
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContract
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContractPackage
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueDeployInfo
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueEraInfo
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueTransfer
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueWithdraw
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.transfer.TransferData
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
 
canEqual(Object) - Method in class com.syntifi.casper.sdk.model.uref.URef
 
CasperClientErrorData - Class in com.syntifi.casper.sdk.exception
Json RPC service error data
CasperClientErrorData() - Constructor for class com.syntifi.casper.sdk.exception.CasperClientErrorData
 
CasperClientException - Exception in com.syntifi.casper.sdk.exception
Thrown on casper RPC service error
CasperClientException(CasperClientErrorData) - Constructor for exception com.syntifi.casper.sdk.exception.CasperClientException
 
CasperClientException(String, Throwable) - Constructor for exception com.syntifi.casper.sdk.exception.CasperClientException
 
CasperClientExceptionResolver - Class in com.syntifi.casper.sdk.exception
Custom exception handler for jsonrpc4j client
CasperClientExceptionResolver() - Constructor for class com.syntifi.casper.sdk.exception.CasperClientExceptionResolver
 
CasperObjectMapper - Class in com.syntifi.casper.sdk.service
Custom Jackson ObjectMapper for any customizations
CasperObjectMapper() - Constructor for class com.syntifi.casper.sdk.service.CasperObjectMapper
 
CasperService - Interface in com.syntifi.casper.sdk.service
Interface to be used as Dynamic Proxy for RPC method operation
CLTypeAny - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeAny() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeAny
 
CLTypeAny(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeAny
 
CLTypeBool - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeBool() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeBool
 
CLTypeBool(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeBool
 
CLTypeByteArray - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeByteArray() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeByteArray
 
CLTypeData - Enum in com.syntifi.casper.sdk.model.clvalue.cltype
Casper CLType definitions and type mappings All types must be listed and mapped here.
CLTypeDeserializer - Class in com.syntifi.casper.sdk.jackson.deserializer
Core Deserializer for the CLType property.
CLTypeDeserializer(JavaType, TypeIdResolver, String, boolean, JavaType) - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.CLTypeDeserializer
 
CLTypeDeserializer(AsPropertyTypeDeserializer, BeanProperty) - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.CLTypeDeserializer
 
CLTypeFixedList - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeFixedList() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeFixedList
 
CLTypeI32 - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeI32() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeI32
 
CLTypeI32(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeI32
 
CLTypeI64 - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeI64() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeI64
 
CLTypeI64(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeI64
 
CLTypeKey - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeKey() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeKey
 
CLTypeKey(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeKey
 
CLTypeList - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeList() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeList
 
CLTypeMap - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeMap() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap
 
CLTypeMap.CLTypeMapEntryType - Class in com.syntifi.casper.sdk.model.clvalue.cltype
Support class for AbstractCLType.MAP entry types
CLTypeMapEntryType() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
CLTypeMapEntryType(AbstractCLType, AbstractCLType) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
CLTypeOption - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeOption() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeOption
 
CLTypePublicKey - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypePublicKey() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypePublicKey
 
CLTypePublicKey(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypePublicKey
 
CLTypeResolver - Class in com.syntifi.casper.sdk.jackson.resolver
Specification of the Custom Type Resolver for CLType subtype identification.
CLTypeResolver() - Constructor for class com.syntifi.casper.sdk.jackson.resolver.CLTypeResolver
 
CLTypeResult - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeResult() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult
 
CLTypeResult.CLTypeResultOkErrTypes - Class in com.syntifi.casper.sdk.model.clvalue.cltype
Support class for AbstractCLType.RESULT ok/err types
CLTypeResultOkErrTypes() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
CLTypeResultOkErrTypes(AbstractCLType, AbstractCLType) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
CLTypeString - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeString() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeString
 
CLTypeString(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeString
 
CLTypeTuple1 - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeTuple1() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple1
 
CLTypeTuple2 - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeTuple2() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple2
 
CLTypeTuple3 - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeTuple3() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple3
 
CLTypeU128 - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeU128() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU128
 
CLTypeU128(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU128
 
CLTypeU256 - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeU256() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU256
 
CLTypeU256(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU256
 
CLTypeU32 - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeU32() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU32
 
CLTypeU32(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU32
 
CLTypeU512 - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeU512() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU512
 
CLTypeU512(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU512
 
CLTypeU64 - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeU64() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU64
 
CLTypeU64(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU64
 
CLTypeU8 - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeU8() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU8
 
CLTypeU8(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU8
 
CLTypeUnit - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeUnit() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeUnit
 
CLTypeUnit(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeUnit
 
CLTypeURef - Class in com.syntifi.casper.sdk.model.clvalue.cltype
CLTypeURef() - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeURef
 
CLTypeURef(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeURef
 
CLValueAny - Class in com.syntifi.casper.sdk.model.clvalue
Casper Object CLValue implementation
CLValueAny() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueAny
 
CLValueAny(Object) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueAny
 
CLValueBool - Class in com.syntifi.casper.sdk.model.clvalue
Casper Bool CLValue implementation
CLValueBool() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueBool
 
CLValueBool(Boolean) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueBool
 
CLValueByteArray - Class in com.syntifi.casper.sdk.model.clvalue
Casper ByteArray CLValue implementation
CLValueByteArray() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueByteArray
 
CLValueByteArray(byte[]) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueByteArray
 
CLValueDecodeException - Exception in com.syntifi.casper.sdk.exception
Thrown when CLValue could not be decoded
CLValueDecodeException() - Constructor for exception com.syntifi.casper.sdk.exception.CLValueDecodeException
 
CLValueDecodeException(String) - Constructor for exception com.syntifi.casper.sdk.exception.CLValueDecodeException
 
CLValueDecodeException(String, Throwable) - Constructor for exception com.syntifi.casper.sdk.exception.CLValueDecodeException
 
CLValueDecoder - Class in com.syntifi.casper.sdk.model.clvalue.encdec
Casper CLValue Decoding methods
CLValueDecoder(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Initializes buffer with decoded bytes from hex-encoded String
CLValueDeserializer - Class in com.syntifi.casper.sdk.jackson.deserializer
Core Deserializer for the CLValue property.
CLValueDeserializer(JavaType, TypeIdResolver, String, boolean, JavaType) - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.CLValueDeserializer
 
CLValueDeserializer(AsPropertyTypeDeserializer, BeanProperty) - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.CLValueDeserializer
 
CLValueEncodeException - Exception in com.syntifi.casper.sdk.exception
Thrown when CLValue could not be encoded
CLValueEncodeException() - Constructor for exception com.syntifi.casper.sdk.exception.CLValueEncodeException
 
CLValueEncodeException(String) - Constructor for exception com.syntifi.casper.sdk.exception.CLValueEncodeException
 
CLValueEncodeException(String, Throwable) - Constructor for exception com.syntifi.casper.sdk.exception.CLValueEncodeException
 
CLValueEncoder - Class in com.syntifi.casper.sdk.model.clvalue.encdec
Casper CLValue Encoding methods
CLValueEncoder() - Constructor for class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Initializes buffer as zero-length
CLValueFixedList - Class in com.syntifi.casper.sdk.model.clvalue
Casper List CLValue implementation
CLValueFixedList() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueFixedList
 
CLValueFixedList(List<? extends AbstractCLValue<?, ?>>) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueFixedList
 
CLValueI32 - Class in com.syntifi.casper.sdk.model.clvalue
Casper I32 CLValue implementation
CLValueI32() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueI32
 
CLValueI32(Integer) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueI32
 
CLValueI64 - Class in com.syntifi.casper.sdk.model.clvalue
Casper I64 CLValue implementation
CLValueI64() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueI64
 
CLValueI64(Long) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueI64
 
CLValueKey - Class in com.syntifi.casper.sdk.model.clvalue
Casper Key CLValue implementation
CLValueKey() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueKey
 
CLValueKey(Key) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueKey
 
CLValueList - Class in com.syntifi.casper.sdk.model.clvalue
Casper List CLValue implementation
CLValueList() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueList
 
CLValueList(List<? extends AbstractCLValue<?, ?>>) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueList
 
CLValueMap - Class in com.syntifi.casper.sdk.model.clvalue
Casper Map CLValue implementation
CLValueMap() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueMap
 
CLValueMap(Map<? extends AbstractCLValue<?, ?>, ? extends AbstractCLValue<?, ?>>) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueMap
 
CLValueOption - Class in com.syntifi.casper.sdk.model.clvalue
Casper Option CLValue implementation
CLValueOption() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueOption
 
CLValueOption(Optional<AbstractCLValue<?, ?>>) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueOption
 
CLValuePublicKey - Class in com.syntifi.casper.sdk.model.clvalue
Casper PublicKey CLValue implementation
CLValuePublicKey() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValuePublicKey
 
CLValuePublicKey(PublicKey) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValuePublicKey
 
CLValueResolver - Class in com.syntifi.casper.sdk.jackson.resolver
Specification of the Custom Type Resolver for CLValue subtype identification.
CLValueResolver() - Constructor for class com.syntifi.casper.sdk.jackson.resolver.CLValueResolver
 
CLValueResult - Class in com.syntifi.casper.sdk.model.clvalue
Casper Result CLValue implementation
CLValueResult() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueResult
 
CLValueResult(AbstractCLValue<?, ?>, AbstractCLValue<?, ?>) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueResult
 
CLValueResult.Result - Class in com.syntifi.casper.sdk.model.clvalue
`Result` with `Ok` and `Err` variants of `CLType`s.
CLValueString - Class in com.syntifi.casper.sdk.model.clvalue
Casper String CLValue implementation
CLValueString() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueString
 
CLValueString(String) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueString
 
CLValueTuple1 - Class in com.syntifi.casper.sdk.model.clvalue
Casper Tuple1 CLValue implementation
CLValueTuple1() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueTuple1
 
CLValueTuple1(Unit<? extends AbstractCLValue<?, ?>>) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueTuple1
 
CLValueTuple2 - Class in com.syntifi.casper.sdk.model.clvalue
Casper Tuple2 CLValue implementation
CLValueTuple2() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueTuple2
 
CLValueTuple2(Pair<? extends AbstractCLValue<?, ?>, ? extends AbstractCLValue<?, ?>>) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueTuple2
 
CLValueTuple3 - Class in com.syntifi.casper.sdk.model.clvalue
Casper Tuple3 CLValue implementation
CLValueTuple3() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueTuple3
 
CLValueTuple3(Triplet<? extends AbstractCLValue<?, ?>, ? extends AbstractCLValue<?, ?>, ? extends AbstractCLValue<?, ?>>) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueTuple3
 
CLValueU128 - Class in com.syntifi.casper.sdk.model.clvalue
Casper U128 CLValue implementation
CLValueU128() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueU128
 
CLValueU128(BigInteger) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueU128
 
CLValueU256 - Class in com.syntifi.casper.sdk.model.clvalue
Casper U256 CLValue implementation
CLValueU256() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueU256
 
CLValueU256(BigInteger) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueU256
 
CLValueU32 - Class in com.syntifi.casper.sdk.model.clvalue
Casper U32 CLValue implementation
CLValueU32() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueU32
 
CLValueU32(Long) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueU32
 
CLValueU512 - Class in com.syntifi.casper.sdk.model.clvalue
Casper U512 CLValue implementation
CLValueU512() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueU512
 
CLValueU512(BigInteger) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueU512
 
CLValueU64 - Class in com.syntifi.casper.sdk.model.clvalue
Casper U64 CLValue implementation
CLValueU64() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueU64
 
CLValueU64(BigInteger) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueU64
 
CLValueU8 - Class in com.syntifi.casper.sdk.model.clvalue
Casper U8 CLValue implementation
CLValueU8() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueU8
 
CLValueU8(Byte) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueU8
 
CLValueUnit - Class in com.syntifi.casper.sdk.model.clvalue
Casper Unit CLValue implementation Unit is singleton value without additional semantics and serializes to an empty byte array.
CLValueUnit() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueUnit
 
CLValueURef - Class in com.syntifi.casper.sdk.model.clvalue
Casper Boolean CLURef implementation URef is a tuple that contains the address of the URef and the access rights to that URef.
CLValueURef() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueURef
 
CLValueURef(URef) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueURef
 
com.syntifi.casper.sdk.annotation - package com.syntifi.casper.sdk.annotation
 
com.syntifi.casper.sdk.exception - package com.syntifi.casper.sdk.exception
 
com.syntifi.casper.sdk.identifier.block - package com.syntifi.casper.sdk.identifier.block
 
com.syntifi.casper.sdk.identifier.dictionary - package com.syntifi.casper.sdk.identifier.dictionary
 
com.syntifi.casper.sdk.jackson.deserializer - package com.syntifi.casper.sdk.jackson.deserializer
 
com.syntifi.casper.sdk.jackson.resolver - package com.syntifi.casper.sdk.jackson.resolver
 
com.syntifi.casper.sdk.model.account - package com.syntifi.casper.sdk.model.account
 
com.syntifi.casper.sdk.model.auction - package com.syntifi.casper.sdk.model.auction
 
com.syntifi.casper.sdk.model.balance - package com.syntifi.casper.sdk.model.balance
 
com.syntifi.casper.sdk.model.bid - package com.syntifi.casper.sdk.model.bid
 
com.syntifi.casper.sdk.model.block - package com.syntifi.casper.sdk.model.block
 
com.syntifi.casper.sdk.model.clvalue - package com.syntifi.casper.sdk.model.clvalue
 
com.syntifi.casper.sdk.model.clvalue.cltype - package com.syntifi.casper.sdk.model.clvalue.cltype
 
com.syntifi.casper.sdk.model.clvalue.encdec - package com.syntifi.casper.sdk.model.clvalue.encdec
 
com.syntifi.casper.sdk.model.clvalue.encdec.interfaces - package com.syntifi.casper.sdk.model.clvalue.encdec.interfaces
 
com.syntifi.casper.sdk.model.contract - package com.syntifi.casper.sdk.model.contract
 
com.syntifi.casper.sdk.model.deploy - package com.syntifi.casper.sdk.model.deploy
 
com.syntifi.casper.sdk.model.deploy.executabledeploy - package com.syntifi.casper.sdk.model.deploy.executabledeploy
 
com.syntifi.casper.sdk.model.deploy.executionresult - package com.syntifi.casper.sdk.model.deploy.executionresult
 
com.syntifi.casper.sdk.model.deploy.transform - package com.syntifi.casper.sdk.model.deploy.transform
 
com.syntifi.casper.sdk.model.dictionary - package com.syntifi.casper.sdk.model.dictionary
 
com.syntifi.casper.sdk.model.era - package com.syntifi.casper.sdk.model.era
 
com.syntifi.casper.sdk.model.key - package com.syntifi.casper.sdk.model.key
 
com.syntifi.casper.sdk.model.peer - package com.syntifi.casper.sdk.model.peer
 
com.syntifi.casper.sdk.model.stateroothash - package com.syntifi.casper.sdk.model.stateroothash
 
com.syntifi.casper.sdk.model.status - package com.syntifi.casper.sdk.model.status
 
com.syntifi.casper.sdk.model.storedvalue - package com.syntifi.casper.sdk.model.storedvalue
 
com.syntifi.casper.sdk.model.transfer - package com.syntifi.casper.sdk.model.transfer
 
com.syntifi.casper.sdk.model.uref - package com.syntifi.casper.sdk.model.uref
 
com.syntifi.casper.sdk.service - package com.syntifi.casper.sdk.service
 
Contract - Class in com.syntifi.casper.sdk.model.contract
Methods and type signatures supported by a contract.
Contract() - Constructor for class com.syntifi.casper.sdk.model.contract.Contract
 
CONTRACT - com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointType
 
ContractNamedKey - Class in com.syntifi.casper.sdk.identifier.dictionary
Contract named key for dictionary item calls
ContractNamedKey() - Constructor for class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKey
 
ContractNamedKey(String, String, String) - Constructor for class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKey
 
ContractNamedKeyDictionaryIdentifier - Class in com.syntifi.casper.sdk.identifier.dictionary
Identifier class passed to service CasperService.getStateDictionaryItem(String, DictionaryIdentifier) to Lookup a dictionary item via a Contract named keys for dictionary item calls
ContractNamedKeyDictionaryIdentifier(ContractNamedKey) - Constructor for class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKeyDictionaryIdentifier
 
ContractPackage - Class in com.syntifi.casper.sdk.model.contract
Contract definition, metadata, and security container
ContractPackage() - Constructor for class com.syntifi.casper.sdk.model.contract.ContractPackage
 
ContractVersion - Class in com.syntifi.casper.sdk.model.contract
Contract version information
ContractVersion() - Constructor for class com.syntifi.casper.sdk.model.contract.ContractVersion
 
ContractWasm - Class in com.syntifi.casper.sdk.model.contract
A contract's Wasm.
ContractWasm() - Constructor for class com.syntifi.casper.sdk.model.contract.ContractWasm
 
convertBytesToHex(byte[]) - Static method in class com.syntifi.casper.sdk.model.clvalue.encdec.StringByteHelper
Helper method which returns byte arrays as hex strings
createCLTypeFromCLTypeData(CLTypeData) - Static method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
Dynamically instantiate a CLType when needed for decoding children objects
createCLTypeFromCLTypeName(String) - Static method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
Dynamically instantiate a CLType when needed for decoding children objects
createCLValueFromCLTypeData(CLTypeData) - Static method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
Dynamically instantiate a CLValue when needed for decoding children objects
createCLValueFromCLTypeName(String) - Static method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
Dynamically instantiate a CLValue when needed for decoding children objects
createKey(String) - Method in class com.syntifi.casper.sdk.model.key.Key
 
createPublicKey(String) - Method in class com.syntifi.casper.sdk.model.key.PublicKey
 
createURef(String) - Method in class com.syntifi.casper.sdk.model.uref.URef
 

D

DecodableValue - Interface in com.syntifi.casper.sdk.model.clvalue.encdec.interfaces
Defines an object as being capable of decoding with CLValueDecoder
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueAny
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueBool
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueByteArray
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueFixedList
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI32
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI64
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueKey
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueList
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueMap
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueOption
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValuePublicKey
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueString
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple1
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple2
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple3
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU128
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU256
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU32
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU512
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU64
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU8
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueUnit
 
decode(CLValueDecoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueURef
 
decode(CLValueDecoder) - Method in interface com.syntifi.casper.sdk.model.clvalue.encdec.interfaces.DecodableValue
Called when the object's values must be decoded after deserializing
Delegator - Class in com.syntifi.casper.sdk.model.bid
Represents a party delegating their stake to a validator (or \"delegatee\")
Delegator - Class in com.syntifi.casper.sdk.model.deploy
 
Delegator() - Constructor for class com.syntifi.casper.sdk.model.bid.Delegator
 
Delegator() - Constructor for class com.syntifi.casper.sdk.model.deploy.Delegator
 
Deploy - Class in com.syntifi.casper.sdk.model.deploy
A deploy; an item containing a smart contract along with the requester's signature(s)
Deploy() - Constructor for class com.syntifi.casper.sdk.model.deploy.Deploy
 
DeployData - Class in com.syntifi.casper.sdk.model.deploy
Root class for a Casper deploy request
DeployData() - Constructor for class com.syntifi.casper.sdk.model.deploy.DeployData
 
DeployHeader - Class in com.syntifi.casper.sdk.model.deploy
The header portion of a [`Deploy`](struct.Deploy.html).
DeployHeader() - Constructor for class com.syntifi.casper.sdk.model.deploy.DeployHeader
 
DeployInfo - Class in com.syntifi.casper.sdk.model.deploy
Information relating to the given Deploy
DeployInfo() - Constructor for class com.syntifi.casper.sdk.model.deploy.DeployInfo
 
DEPLOYINFO - com.syntifi.casper.sdk.model.key.KeyTag
 
DeployResult - Class in com.syntifi.casper.sdk.model.deploy
Result for the account_put_deploy RPC response
DeployResult() - Constructor for class com.syntifi.casper.sdk.model.deploy.DeployResult
 
DeserializationException - Exception in com.syntifi.casper.sdk.exception
Thrown in case of deserialization error
DeserializationException(String) - Constructor for exception com.syntifi.casper.sdk.exception.DeserializationException
 
DeserializationException(String, Throwable) - Constructor for exception com.syntifi.casper.sdk.exception.DeserializationException
 
deserialize(JsonParser, DeserializationContext) - Method in class com.syntifi.casper.sdk.jackson.deserializer.AbstractSerializedKeyTaggedHexDeserializer
 
deserializeTypedFromObject(JsonParser, DeserializationContext) - Method in class com.syntifi.casper.sdk.jackson.deserializer.AbstractAnyOfDeserializer
 
DictionaryData - Class in com.syntifi.casper.sdk.model.dictionary
Dictionary key and stored value
DictionaryData() - Constructor for class com.syntifi.casper.sdk.model.dictionary.DictionaryData
 
DictionaryIdentifier - Interface in com.syntifi.casper.sdk.identifier.dictionary
Simple contract interface for DictionaryIdentifier parameter
DisabledVersion - Class in com.syntifi.casper.sdk.model.contract
Contract disabled version information
DisabledVersion() - Constructor for class com.syntifi.casper.sdk.model.contract.DisabledVersion
 
DynamicInstanceException - Exception in com.syntifi.casper.sdk.exception
Thrown when some error occurs while dynamically instantiating an object
DynamicInstanceException(String) - Constructor for exception com.syntifi.casper.sdk.exception.DynamicInstanceException
 
DynamicInstanceException(String, Throwable) - Constructor for exception com.syntifi.casper.sdk.exception.DynamicInstanceException
 

E

ED25519 - com.syntifi.casper.sdk.model.key.AlgorithmTag
 
EncodableValue - Interface in com.syntifi.casper.sdk.model.clvalue.encdec.interfaces
Defines an object as being capable of encoding with CLValueEncoder
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueAny
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueBool
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueByteArray
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueFixedList
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI32
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI64
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueKey
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueList
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueMap
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueOption
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValuePublicKey
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueString
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple1
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple2
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple3
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU128
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU256
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU32
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU512
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU64
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU8
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueUnit
 
encode(CLValueEncoder) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueURef
 
encode(CLValueEncoder) - Method in interface com.syntifi.casper.sdk.model.clvalue.encdec.interfaces.EncodableValue
Called when the object's values must be encoded for serializing
Entry - Class in com.syntifi.casper.sdk.model.deploy
A transformation performed while executing a deploy.
Entry() - Constructor for class com.syntifi.casper.sdk.model.deploy.Entry
 
EntryPoint - Class in com.syntifi.casper.sdk.model.contract
No description available
EntryPoint() - Constructor for class com.syntifi.casper.sdk.model.contract.EntryPoint
 
EntryPoint.EntryPointAccess - Interface in com.syntifi.casper.sdk.model.contract
 
EntryPoint.EntryPointAccessEnum - Enum in com.syntifi.casper.sdk.model.contract
 
EntryPoint.EntryPointAccessList - Class in com.syntifi.casper.sdk.model.contract
 
EntryPoint.EntryPointType - Enum in com.syntifi.casper.sdk.model.contract
Context of method execution
EntryPointAccessList(List<String>) - Constructor for class com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointAccessList
 
ENUM_CONTR - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
ENUM_CONTR_PKG - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
ENUM_CONTR_WASM - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
ENUM_ID - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
equals(Object) - Method in class com.syntifi.casper.sdk.exception.CasperClientErrorData
 
equals(Object) - Method in class com.syntifi.casper.sdk.identifier.block.HashBlockIdentifier
 
equals(Object) - Method in class com.syntifi.casper.sdk.identifier.block.HeightBlockIdentifier
 
equals(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKey
 
equals(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKeyDictionaryIdentifier
 
equals(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKey
 
equals(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKeyDictionaryIdentifier
 
equals(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.StringDictionaryIdentifier
 
equals(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefDictionaryIdentifier
 
equals(Object) - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefSeed
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.account.Account
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.account.AccountData
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.account.ActionThresholds
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.account.AssociatedKey
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.auction.AuctionData
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.auction.AuctionState
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.balance.BalanceData
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.bid.Bid
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.bid.JsonBids
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.bid.VestingSchedule
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.block.JsonBlock
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockBody
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockData
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.block.JsonProof
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValueWithChildren
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLTypeWithChildren
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeAny
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeBool
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeByteArray
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeFixedList
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeI32
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeI64
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeKey
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeList
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeOption
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypePublicKey
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeString
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple1
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple2
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple3
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU128
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU256
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU32
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU512
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU64
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU8
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeUnit
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeURef
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueAny
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueBool
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueByteArray
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueFixedList
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI32
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI64
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueKey
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueList
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueMap
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueOption
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValuePublicKey
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult.Result
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueString
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple1
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple2
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple3
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU128
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU256
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU32
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU512
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU64
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU8
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueUnit
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueURef
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.contract.Contract
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.contract.ContractPackage
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.contract.ContractVersion
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.contract.ContractWasm
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.contract.DisabledVersion
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.contract.Group
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.contract.Groups
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.contract.NamedKey
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.contract.Parameter
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.Approval
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.Delegator
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.DeployData
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.DeployResult
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.Entry
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.EraInfo
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.ModuleBytes
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByHash
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByName
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.Transfer
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.ExecutionEffect
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Success
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.JsonExecutionResult
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.NamedArg
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.Operation
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddInt32
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddKeys
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt128
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt256
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt512
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt64
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.Failure
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteAccount
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteBid
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteCLValue
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteDeployInfo
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteEraInfo
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteTransfer
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteWithdraw
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.deploy.Validator
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.dictionary.DictionaryData
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.era.EraInfoData
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.era.EraSummary
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.era.JsonEraReport
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.era.JsonEraValidators
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.era.JsonValidatorWeight
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.era.Reward
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.era.ValidatorWeight
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.key.AbstractSerializedKeyTaggedHex
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.peer.PeerData
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.peer.PeerEntry
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.stateroothash.StateRootHashData
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.status.ActivationPoint
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.status.NextUpgrade
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.status.StatusData
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueAccount
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueBid
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueCLValue
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContract
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContractPackage
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueData
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueDeployInfo
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueEraInfo
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueTransfer
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueWithdraw
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.transfer.TransferData
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
 
equals(Object) - Method in class com.syntifi.casper.sdk.model.uref.URef
 
EraInfo - Class in com.syntifi.casper.sdk.model.deploy
Auction metadata.
EraInfo() - Constructor for class com.syntifi.casper.sdk.model.deploy.EraInfo
 
ERAINFO - com.syntifi.casper.sdk.model.key.KeyTag
 
EraInfoData - Class in com.syntifi.casper.sdk.model.era
An EraInfo from the network
EraInfoData() - Constructor for class com.syntifi.casper.sdk.model.era.EraInfoData
 
EraSummary - Class in com.syntifi.casper.sdk.model.era
The summary of an era
EraSummary() - Constructor for class com.syntifi.casper.sdk.model.era.EraSummary
 
ExcludeFromJacocoGeneratedReport - Annotation Type in com.syntifi.casper.sdk.annotation
Annotation to exclude methods from jacoco (code coverage) report
ExecutableDeployItem - Interface in com.syntifi.casper.sdk.model.deploy.executabledeploy
Abstract Executable Deploy Item containing the runtime args of the contract.
ExecutionEffect - Class in com.syntifi.casper.sdk.model.deploy
The effect of executing a single deploy
ExecutionEffect() - Constructor for class com.syntifi.casper.sdk.model.deploy.ExecutionEffect
 
ExecutionResult - Interface in com.syntifi.casper.sdk.model.deploy.executionresult
Abstract Executable Result containing the details of the contract execution.

F

Failure - Class in com.syntifi.casper.sdk.model.deploy.executionresult
Abstract Executable Result of type Failure containing the details of the contract execution.
Failure - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that gives details about a failed transformation, containing an error message
Failure() - Constructor for class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
 
Failure() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.Failure
 
FAILURE - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
FIXED_LIST - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
FIXED_LIST - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
forProperty(BeanProperty) - Method in class com.syntifi.casper.sdk.jackson.deserializer.CLTypeDeserializer
 
forProperty(BeanProperty) - Method in class com.syntifi.casper.sdk.jackson.deserializer.CLValueDeserializer
 
forProperty(BeanProperty) - Method in class com.syntifi.casper.sdk.jackson.deserializer.StoredValueDeserializer
 
forProperty(BeanProperty) - Method in class com.syntifi.casper.sdk.jackson.deserializer.TransformDeserializer
 
fromString(String) - Static method in class com.syntifi.casper.sdk.model.uref.URef
 
fromTaggedHexString(String) - Static method in class com.syntifi.casper.sdk.model.key.Key
 
fromTaggedHexString(String) - Static method in class com.syntifi.casper.sdk.model.key.PublicKey
 

G

getAccess() - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
getAccessKey() - Method in class com.syntifi.casper.sdk.model.contract.ContractPackage
access_key(string)
getAccessRight() - Method in class com.syntifi.casper.sdk.model.uref.URef
 
getAccount() - Method in class com.syntifi.casper.sdk.model.account.AccountData
 
getAccount() - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
 
getAccount() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteAccount
Hex-encoded account hash
getAccountHash() - Method in class com.syntifi.casper.sdk.model.account.AssociatedKey
account_hash(String) Hex-encoded account hash.
getAccountNamedKey() - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKeyDictionaryIdentifier
 
getAccumulatedSeed() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Hex-encoded hash digest
getActivationPoint() - Method in class com.syntifi.casper.sdk.model.status.NextUpgrade
 
getAddInt32() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddInt32
i32
getAddKeys() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddKeys
 
getAddress() - Method in class com.syntifi.casper.sdk.model.peer.PeerEntry
IP:PORT
getAddress() - Method in class com.syntifi.casper.sdk.model.uref.URef
 
getAlgoTaggedHex() - Method in class com.syntifi.casper.sdk.model.key.AbstractSerializedKeyTaggedHex
 
getAmount() - Method in class com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
Allocated amount
getAmount() - Method in class com.syntifi.casper.sdk.model.era.Reward
amount
getAmount() - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Amount transfered
getAmount() - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
amount(String) - Decimal representation of a 512-bit integer.
getApiVersion() - Method in class com.syntifi.casper.sdk.model.account.AccountData
The RPC API version
getApiVersion() - Method in class com.syntifi.casper.sdk.model.auction.AuctionData
The RPC API version
getApiVersion() - Method in class com.syntifi.casper.sdk.model.balance.BalanceData
The RPC API version
getApiVersion() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockData
The RPC API version
getApiVersion() - Method in class com.syntifi.casper.sdk.model.deploy.DeployData
The RPC API version
getApiVersion() - Method in class com.syntifi.casper.sdk.model.deploy.DeployResult
The RPC API version
getApiVersion() - Method in class com.syntifi.casper.sdk.model.dictionary.DictionaryData
The RPC API version
getApiVersion() - Method in class com.syntifi.casper.sdk.model.era.EraInfoData
The RPC API version
getApiVersion() - Method in class com.syntifi.casper.sdk.model.peer.PeerData
The RPC API version
getApiVersion() - Method in class com.syntifi.casper.sdk.model.stateroothash.StateRootHashData
The RPC API version
getApiVersion() - Method in class com.syntifi.casper.sdk.model.status.StatusData
The RPC API version
getApiVersion() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueData
 
getApiVersion() - Method in class com.syntifi.casper.sdk.model.transfer.TransferData
The RPC API version
getApprovals() - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
 
getArgs() - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
a list of Parameter
getArgs() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.ModuleBytes
 
getArgs() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByHash
 
getArgs() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByName
 
getArgs() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
 
getArgs() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
List of @see NamedArg
getArgs() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.Transfer
List of @see NamedArg
getAssociatedKeys() - Method in class com.syntifi.casper.sdk.model.account.Account
a list of AssociatedKey
getAuctionState() - Method in class com.syntifi.casper.sdk.model.auction.AuctionData
The auction state
getBalance(String, String) - Method in interface com.syntifi.casper.sdk.service.CasperService
Fetches balance value
getBid() - Method in class com.syntifi.casper.sdk.model.bid.JsonBids
 
getBid() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteBid
 
getBids() - Method in class com.syntifi.casper.sdk.model.auction.AuctionState
All bids contained within a vector
getBlock() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockData
 
getBlock() - Method in interface com.syntifi.casper.sdk.service.CasperService
Get latest block info
getBlock(BlockIdentifier) - Method in interface com.syntifi.casper.sdk.service.CasperService
Retrieve block info by its BlockIdentifier
getBlockHash() - Method in class com.syntifi.casper.sdk.model.deploy.JsonExecutionResult
The block hash.
getBlockHash() - Method in class com.syntifi.casper.sdk.model.era.EraSummary
The block hash
getBlockHash() - Method in class com.syntifi.casper.sdk.model.transfer.TransferData
Block hash
getBlockTransfers() - Method in interface com.syntifi.casper.sdk.service.CasperService
Retrieve last block's transfers
getBlockTransfers(BlockIdentifier) - Method in interface com.syntifi.casper.sdk.service.CasperService
Retrieve block transfers by its BlockIdentifier
getBody() - Method in class com.syntifi.casper.sdk.model.block.JsonBlock
getBodyHash() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Hex-encoded hash digest
getBodyHash() - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
Body hash
getBondingPurse() - Method in class com.syntifi.casper.sdk.model.bid.Bid
The purse that was used for bonding.
getBondingPurse() - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
getBondingPurse() - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
The purse that was used for bonding.
getBondingPurse() - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
getBondingPurse() - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
the bondingPurse's URef
getBondingPurse() - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
bonding_purse(String) - Hex-encoded, formatted URef.
getBuildVersion() - Method in class com.syntifi.casper.sdk.model.status.StatusData
The compiled node version
getByTag(byte) - Static method in enum com.syntifi.casper.sdk.model.key.AlgorithmTag
 
getByTag(byte) - Static method in enum com.syntifi.casper.sdk.model.key.KeyTag
 
getBytes() - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
getBytes() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.ModuleBytes
Module bytes
getByteTag() - Method in enum com.syntifi.casper.sdk.model.key.AlgorithmTag
 
getByteTag() - Method in enum com.syntifi.casper.sdk.model.key.KeyTag
 
getByteTag() - Method in interface com.syntifi.casper.sdk.model.key.Tag
 
getChainName() - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
Chain name
getChainSpecName() - Method in class com.syntifi.casper.sdk.model.status.StatusData
The chainspec name
getChildClTypeData(int) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLTypeWithChildren
 
getChildType() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeOption
 
getChildTypeObjects() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLTypeWithChildren
 
getChildTypeObjects() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple1
 
getChildTypeObjects() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple2
 
getChildTypeObjects() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple3
 
getChildTypes() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLTypeWithChildren
 
getClassByName(String) - Method in class com.syntifi.casper.sdk.jackson.deserializer.AbstractAnyOfDeserializer
Method that returns the instance of the found type
getClassByName(String) - Method in class com.syntifi.casper.sdk.jackson.deserializer.CLTypeDeserializer
 
getClassByName(String) - Method in class com.syntifi.casper.sdk.jackson.deserializer.CLValueDeserializer
 
getClassByName(String) - Method in class com.syntifi.casper.sdk.jackson.deserializer.StoredValueDeserializer
 
getClassByName(String) - Method in class com.syntifi.casper.sdk.jackson.deserializer.TransformDeserializer
 
getClassByName(String) - Static method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
Retrieve CLValue implementation class from CLType name
getClassByName(String) - Static method in enum com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
Retrieve Transform implementation class from Transform name
getClassByName(String) - Static method in enum com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
Retrieve Transform implementation class from Transform name
getClazz() - Method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
getClazz() - Method in enum com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
getClazz() - Method in enum com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueAny
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueBool
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueByteArray
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueFixedList
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI32
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI64
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueKey
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueList
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueMap
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueOption
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValuePublicKey
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueString
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple1
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple2
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple3
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU128
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU256
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU32
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU512
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU64
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU8
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueUnit
 
getClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueURef
 
getClType() - Method in class com.syntifi.casper.sdk.model.contract.Parameter
cl_type(CLType) The value of the entry: a casper `Key` type.
getClTypeClass() - Method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
getCLTypeClassByName(String) - Static method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
Retrieve CLType class from CLType name
getClTypeData() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
getClTypeName() - Method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
getClvalue() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteCLValue
 
getClValue() - Method in class com.syntifi.casper.sdk.model.deploy.NamedArg
The second value in the array is a CLValue type
getCode() - Method in class com.syntifi.casper.sdk.exception.CasperClientErrorData
 
getContractNamedKey() - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKeyDictionaryIdentifier
 
getCost() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
The cost of executing the deploy.
getCost() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Success
The cost of executing the deploy.
getCreator() - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
 
getData() - Method in class com.syntifi.casper.sdk.exception.CasperClientErrorData
 
getDelegatee() - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
getDelegationRate() - Method in class com.syntifi.casper.sdk.model.bid.Bid
Delegation rate
getDelegationRate() - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
Delegation rate
getDelegatorPublicKey() - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
getDelegatorPublicKey() - Method in class com.syntifi.casper.sdk.model.deploy.Delegator
Delegator's public key
getDelegators() - Method in class com.syntifi.casper.sdk.model.bid.Bid
This validator's delegators, indexed by their public keys
getDelegators() - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
The delegators
getDependencies() - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
Dependencies
getDeploy() - Method in class com.syntifi.casper.sdk.model.deploy.DeployData
the Deploy
getDeploy(String) - Method in interface com.syntifi.casper.sdk.service.CasperService
Returns a Deploy from the network
getDeployHash() - Method in class com.syntifi.casper.sdk.model.deploy.DeployResult
The deploy hash
getDeployHash() - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Hex-encoded hash
getDeployHashes() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockBody
List of Hex-encoded hash digest
getDeployInfo() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteDeployInfo
 
getDeployInfo() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteEraInfo
 
getDeployment() - Method in class com.syntifi.casper.sdk.model.account.Account
ActionThresholds that have to be met when executing an action of a certain type.
getDeployment() - Method in class com.syntifi.casper.sdk.model.account.ActionThresholds
deployment(Integer)
getDictionary() - Method in class com.syntifi.casper.sdk.identifier.dictionary.StringDictionaryIdentifier
 
getDictionaryItemKey() - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKey
The dictionary item key formatted as a string
getDictionaryItemKey() - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKey
The dictionary item key formatted as a string
getDictionaryItemKey() - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefSeed
The dictionary item key formatted as a string
getDictionaryKey() - Method in class com.syntifi.casper.sdk.model.dictionary.DictionaryData
The key under which the value is stored
getDictionaryName() - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKey
The dictionary item key formatted as a string
getDictionaryName() - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKey
The dictionary item key formatted as a string
getDisabledVersions() - Method in class com.syntifi.casper.sdk.model.contract.ContractPackage
disabled_versions(Array/DisabledVersion)
getEffect() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
 
getEffect() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Success
 
getEntryPoint() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByHash
Entry Point
getEntryPoint() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByName
Entry Point
getEntryPoint() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
Entry Point
getEntryPoint() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
Entry Point
getEntryPoints() - Method in class com.syntifi.casper.sdk.model.contract.Contract
entry_points(Array) - A list of entry points.
getEquivocators() - Method in class com.syntifi.casper.sdk.model.era.JsonEraReport
List of @see PublicKey
getEraEnd() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
 
getEraId() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Era ID newtype
getEraId() - Method in class com.syntifi.casper.sdk.model.era.EraSummary
The era id
getEraId() - Method in class com.syntifi.casper.sdk.model.era.JsonEraValidators
Era id
getEraId() - Method in class com.syntifi.casper.sdk.model.status.ActivationPoint
Era ID
getEraId() - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
Era ID
getEraInfoBySwitchBlock(BlockIdentifier) - Method in interface com.syntifi.casper.sdk.service.CasperService
Returns an EraInfo from the network
getEraOfCreation() - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
Era in which this unbonding request was created.
getEraOfCreation() - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
amount(Integer) - Era ID newtype.
getEraSummary() - Method in class com.syntifi.casper.sdk.model.era.EraInfoData
The auction state
getEraValidators() - Method in class com.syntifi.casper.sdk.model.auction.AuctionState
 
getErr() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult.Result
 
getErrClType() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
getErrorMessage() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
The error message associated with executing the deploy
getExecutionResults() - Method in class com.syntifi.casper.sdk.model.deploy.DeployData
getFailure() - Method in class com.syntifi.casper.sdk.model.deploy.transform.Failure
error message
getFrom() - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
Account identifier of the creator of the Deploy.
getFrom() - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Hex-encoded account hash.
getGas() - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
Gas cost of executing the Deploy.
getGas() - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Decimal representation of a 512-bit integer.
getGasPrice() - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
Gas price
getGroups() - Method in class com.syntifi.casper.sdk.model.contract.ContractPackage
groups(Array/Group)
getGroups() - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointAccessList
 
getHash() - Method in class com.syntifi.casper.sdk.identifier.block.HashBlockIdentifier
Block hash
getHash() - Method in class com.syntifi.casper.sdk.model.account.Account
account_hash(String) Hex-encoded account hash.
getHash() - Method in class com.syntifi.casper.sdk.model.block.JsonBlock
The block's hash.
getHash() - Method in class com.syntifi.casper.sdk.model.contract.ContractVersion
contract_hash(string) The hash address of the contract
getHash() - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
Hex-encoded deploy hash
getHash() - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
The relevant Deploy
getHash() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByHash
Hex-encoded Hash
getHash() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
Hex-encoded Hash
getHash() - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
Block Hash
getHeader() - Method in class com.syntifi.casper.sdk.model.block.JsonBlock
getHeader() - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
 
getHeight() - Method in class com.syntifi.casper.sdk.identifier.block.HeightBlockIdentifier
Block height
getHeight() - Method in class com.syntifi.casper.sdk.model.auction.AuctionState
Block height
getHeight() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Block height
getHeight() - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
Block Height
getId() - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
 
getInactiveValidators() - Method in class com.syntifi.casper.sdk.model.era.JsonEraReport
List of @see PublicKey
getInitialReleaseTimeStampMillis() - Method in class com.syntifi.casper.sdk.model.bid.VestingSchedule
release time in miliseconds
getInstanceOf() - Method in class com.syntifi.casper.sdk.jackson.deserializer.AbstractSerializedKeyTaggedHexDeserializer
 
getInstanceOf() - Method in class com.syntifi.casper.sdk.jackson.deserializer.KeyDeserializer
 
getInstanceOf() - Method in class com.syntifi.casper.sdk.jackson.deserializer.PublicKeyDeserializer
 
getInstanceOf() - Method in class com.syntifi.casper.sdk.jackson.deserializer.SignatureDeserializer
 
getJsonAmount() - Method in class com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
 
getJsonAmount() - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
 
getJsonBytes() - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeOption
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueAny
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueBool
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI32
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI64
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueKey
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValuePublicKey
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueString
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU128
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU256
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU32
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU512
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU64
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU8
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueUnit
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueURef
 
getJsonClType() - Method in class com.syntifi.casper.sdk.model.contract.Parameter
The accessor for jackson serialization
getJsonCost() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
 
getJsonCost() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Success
 
getJsonDelegators() - Method in class com.syntifi.casper.sdk.model.bid.Bid
 
getJsonEraId() - Method in class com.syntifi.casper.sdk.model.status.ActivationPoint
 
getJsonGas() - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
 
getJsonGas() - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
 
getJsonKey() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
getJsonKey() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
getJsonLockedAmounts() - Method in class com.syntifi.casper.sdk.model.bid.VestingSchedule
 
getJsonRet() - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
Accessor for jackson serialization
getJsonStakedAmount() - Method in class com.syntifi.casper.sdk.model.bid.Bid
 
getJsonStakedAmount() - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
getJsonStakedAmount() - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
 
getJsonStakedAmount() - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
getJsonU128() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt128
 
getJsonU256() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt256
 
getJsonU512() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt512
 
getJsonU64() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt64
 
getJsonUnbondingAmount() - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
 
getJsonURef() - Method in class com.syntifi.casper.sdk.model.uref.URef
 
getJsonValue() - Method in class com.syntifi.casper.sdk.model.balance.BalanceData
 
getJsonValue() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeFixedList
 
getJsonValue() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeList
 
getJsonValue() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
getJsonValue() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
getJsonWeight() - Method in class com.syntifi.casper.sdk.model.era.JsonValidatorWeight
 
getJsonWeight() - Method in class com.syntifi.casper.sdk.model.era.ValidatorWeight
 
getKey() - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKey
The account key as a formatted string whose named keys contains dictionary_name.
getKey() - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKey
The contract key as a formatted string whose named keys contains dictionary_name.
getKey() - Method in class com.syntifi.casper.sdk.model.contract.NamedKey
key(String) The value of the entry: a casper `Key` type.
getKey() - Method in class com.syntifi.casper.sdk.model.deploy.Entry
The formatted string of the `Key`
getKey() - Method in class com.syntifi.casper.sdk.model.deploy.Operation
The formatted string of the `Key`
getKey() - Method in class com.syntifi.casper.sdk.model.key.AbstractSerializedKeyTaggedHex
Hex-encoded key
getKeyManagement() - Method in class com.syntifi.casper.sdk.model.account.ActionThresholds
key_management(Integer)
getKeys() - Method in class com.syntifi.casper.sdk.model.contract.Groups
keys(Array/string) Hex-encoded, formatted URef.
getKeyType() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
getKeyValueTypes() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap
 
getKind() - Method in class com.syntifi.casper.sdk.model.deploy.Operation
 
getLastAddedBlockInfo() - Method in class com.syntifi.casper.sdk.model.status.StatusData
 
getLength() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeByteArray
 
getListType() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeFixedList
 
getListType() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeList
 
getLockedAmounts() - Method in class com.syntifi.casper.sdk.model.bid.VestingSchedule
amount locked
getMainPurse() - Method in class com.syntifi.casper.sdk.model.account.Account
main_purse(String) Hex-encoded, formatted URef.
getMerkelProof() - Method in class com.syntifi.casper.sdk.model.account.AccountData
The merkle proof
getMerkleProof() - Method in class com.syntifi.casper.sdk.model.balance.BalanceData
The merkle proof
getMerkleProof() - Method in class com.syntifi.casper.sdk.model.dictionary.DictionaryData
The merkle proof
getMerkleProof() - Method in class com.syntifi.casper.sdk.model.era.EraSummary
The merkle proof
getMerkleProof() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueData
 
getMessage() - Method in class com.syntifi.casper.sdk.exception.CasperClientErrorData
 
getName() - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
the name
getName() - Method in class com.syntifi.casper.sdk.model.contract.Group
 
getName() - Method in class com.syntifi.casper.sdk.model.contract.Groups
group(string)
getName() - Method in class com.syntifi.casper.sdk.model.contract.NamedKey
name(String) The name of the entry.
getName() - Method in class com.syntifi.casper.sdk.model.contract.Parameter
name(String) The name of the entry.
getName() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByName
Contract name
getName() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
Contract Name
getName() - Method in enum com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
getName() - Method in enum com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
 
getNamedKeys() - Method in class com.syntifi.casper.sdk.model.account.Account
named_keys (@link NamedKey)
getNamedKeys() - Method in class com.syntifi.casper.sdk.model.contract.Contract
named_keys(Array) - A list of named keys.
getNextUpgrade() - Method in class com.syntifi.casper.sdk.model.status.StatusData
 
getNodeId() - Method in class com.syntifi.casper.sdk.model.peer.PeerEntry
node ID
getOk() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult.Result
 
getOkClType() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
getOkErrTypes() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult
 
getOperations() - Method in class com.syntifi.casper.sdk.model.deploy.ExecutionEffect
a list of Operation
getPackageHash() - Method in class com.syntifi.casper.sdk.model.contract.Contract
contract_package_hash(String) - The hash address of the contract package.
getParentHash() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Hex-encoded hash digest.
getParsed() - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
getPayment() - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
 
getPeerData() - Method in interface com.syntifi.casper.sdk.service.CasperService
Get network peers data
getPeers() - Method in class com.syntifi.casper.sdk.model.peer.PeerData
List of @see PeerEntry
getPeers() - Method in class com.syntifi.casper.sdk.model.status.StatusData
List of
getProofs() - Method in class com.syntifi.casper.sdk.model.block.JsonBlock
List of JsonProof
getProposer() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockBody
 
getProtocolVersion() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Casper Platform protocol version
getProtocolVersion() - Method in class com.syntifi.casper.sdk.model.contract.Contract
protocol_version(String) - ?
getProtocolVersion() - Method in class com.syntifi.casper.sdk.model.status.NextUpgrade
Protocol version
getProtocolVersionMajor() - Method in class com.syntifi.casper.sdk.model.contract.ContractVersion
protocol_version_major(integer)
getProtocolVersionMajor() - Method in class com.syntifi.casper.sdk.model.contract.DisabledVersion
protocol_version_major(integer)
getPublicKey() - Method in class com.syntifi.casper.sdk.model.bid.JsonBids
 
getPublicKey() - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
getPublicKey() - Method in class com.syntifi.casper.sdk.model.block.JsonProof
 
getPublicKey() - Method in class com.syntifi.casper.sdk.model.era.JsonValidatorWeight
 
getPublicKey() - Method in class com.syntifi.casper.sdk.model.status.StatusData
 
getPurses() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteWithdraw
Array of UnbondingPurse
getResult() - Method in class com.syntifi.casper.sdk.model.deploy.JsonExecutionResult
 
getRet() - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
the return as AbstractCLType
getRewards() - Method in class com.syntifi.casper.sdk.model.era.JsonEraReport
List of @see Reward
getRoundLength() - Method in class com.syntifi.casper.sdk.model.status.StatusData
The next round length if this node is a validator
getSeigniorageAllocations() - Method in class com.syntifi.casper.sdk.model.deploy.EraInfo
 
getSerializationTag() - Method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
getSerializationTag() - Method in enum com.syntifi.casper.sdk.model.uref.URefAccessRight
 
getSession() - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
 
getSignature() - Method in class com.syntifi.casper.sdk.model.block.JsonProof
 
getSignature() - Method in class com.syntifi.casper.sdk.model.deploy.Approval
 
getSigner() - Method in class com.syntifi.casper.sdk.model.deploy.Approval
 
getSource() - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
Source purse used for payment of the Deploy.
getSource() - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Hex-encoded, formatted URef
getStakedAmount() - Method in class com.syntifi.casper.sdk.model.bid.Bid
The amount of tokens staked by a validator (not including delegators).
getStakedAmount() - Method in class com.syntifi.casper.sdk.model.bid.Delegator
ammount
getStakedAmount() - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
The amount of tokens staked by a validator (not including delegators).
getStakedAmount() - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
amount
getStartStateRootHash() - Method in class com.syntifi.casper.sdk.model.status.StatusData
The state root hash used at the start of the current session
getStateAccountInfo(String, BlockIdentifier) - Method in interface com.syntifi.casper.sdk.service.CasperService
Returns an Account from the network
getStateAuctionInfo(BlockIdentifier) - Method in interface com.syntifi.casper.sdk.service.CasperService
Returns the Auction info for a given block
getStateDictionaryItem(String, DictionaryIdentifier) - Method in interface com.syntifi.casper.sdk.service.CasperService
Lookup a dictionary item via an Contract's named keys.
getStateItem(String, String, List<String>) - Method in interface com.syntifi.casper.sdk.service.CasperService
Returns a stored value from the network
getStateRootHash() - Method in class com.syntifi.casper.sdk.model.auction.AuctionState
Global state hash
getStateRootHash() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Hex-encoded hash digest
getStateRootHash() - Method in class com.syntifi.casper.sdk.model.era.EraSummary
Hex-encoded hash of the state root
getStateRootHash() - Method in class com.syntifi.casper.sdk.model.stateroothash.StateRootHashData
Hash
getStateRootHash() - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
Hex-encoded hash digest
getStateRootHash() - Method in interface com.syntifi.casper.sdk.service.CasperService
Returns a state root hash at the last Block
getStateRootHash(BlockIdentifier) - Method in interface com.syntifi.casper.sdk.service.CasperService
Returns a state root hash at a given a BlockIdentifier
getStatus() - Method in interface com.syntifi.casper.sdk.service.CasperService
Returns the current status of the node
getStoredValue() - Method in class com.syntifi.casper.sdk.model.dictionary.DictionaryData
The stored value
getStoredValue() - Method in class com.syntifi.casper.sdk.model.era.EraSummary
The StoredValue containing era information
getStoredValue() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueData
 
getTag() - Method in class com.syntifi.casper.sdk.model.key.AbstractSerializedKeyTaggedHex
 
getTarget() - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Hex-encoded, formatted URef
getTimeStamp() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Timestamp formatted as per RFC 3339
getTimeStamp() - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
Timestamp formatted as per RFC 3339
getTimeStamp() - Method in class com.syntifi.casper.sdk.model.status.ActivationPoint
Timestamp formatted as per RFC 3339
getTimeStamp() - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
Timestamp formatted as per RFC 3339
getTo() - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Hex-encoded account hash.
getTransfer() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteTransfer
 
getTransferHashes() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockBody
List of Hex-encoded hash digest
getTransfers() - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
Transfers performed by the Deploy.
getTransfers() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
List of Hex-encoded transfer address.
getTransfers() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Success
List of Hex-encoded transfer address.
getTransfers() - Method in class com.syntifi.casper.sdk.model.transfer.TransferData
List of @see Transfer
getTransform() - Method in class com.syntifi.casper.sdk.model.deploy.Entry
 
getTransforms() - Method in class com.syntifi.casper.sdk.model.deploy.ExecutionEffect
a list of Entry
getTtl() - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
Human-readable duration
getType() - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
the EntryPoint.EntryPointType Context of method execution
getType() - Method in class com.syntifi.casper.sdk.model.deploy.NamedArg
The first value in the array is the type of the arg
getTypeByName(String) - Static method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
Retrieve CLType from its name
getTypeBySerializationTag(byte) - Static method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
Retrieve CLType by its serialization tag
getTypeBySerializationTag(byte) - Static method in enum com.syntifi.casper.sdk.model.uref.URefAccessRight
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
Required getter for implementations of CLType
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeAny
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeBool
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeByteArray
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeFixedList
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeI32
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeI64
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeKey
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeList
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeOption
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypePublicKey
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeString
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple1
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple2
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple3
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU128
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU256
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU32
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU512
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU64
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU8
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeUnit
 
getTypeName() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeURef
 
getTypeNode(JsonNode) - Method in class com.syntifi.casper.sdk.jackson.deserializer.AbstractAnyOfDeserializer
Returns the node which contains the type key.
getTypeNode(JsonNode) - Method in class com.syntifi.casper.sdk.jackson.deserializer.CLValueDeserializer
 
getU128() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt128
u128
getU256() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt256
u256
getU512() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt512
u512
getU64() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt64
u64
getUnbonderPublicKey() - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
Unbonders PublicKey
getUnbonderPublicKey() - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
unbonder_public_key(String) - Hex-encoded cryptographic public key, including the algorithm tag prefix.
getUnbondingAmount() - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
Unbonding amount
getUptime() - Method in class com.syntifi.casper.sdk.model.status.StatusData
Time passed since the node has started
getUref() - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefDictionaryIdentifier
 
getUref() - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefSeed
The dictionary's seed URef
getValidator() - Method in class com.syntifi.casper.sdk.model.era.Reward
 
getValidator() - Method in class com.syntifi.casper.sdk.model.era.ValidatorWeight
 
getValidatorPublicKey() - Method in class com.syntifi.casper.sdk.model.bid.Bid
Validator PublicKey
getValidatorPublicKey() - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
getValidatorPublicKey() - Method in class com.syntifi.casper.sdk.model.deploy.Delegator
Validator's public key
getValidatorPublicKey() - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
Validators PublicKey
getValidatorPublicKey() - Method in class com.syntifi.casper.sdk.model.deploy.Validator
Validator's public key
getValidatorPublicKey() - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
validator_public_key(String) - Hex-encoded cryptographic public key, including the algorithm tag prefix.
getValidatorWeights() - Method in class com.syntifi.casper.sdk.model.era.JsonEraValidators
 
getValue() - Method in class com.syntifi.casper.sdk.model.balance.BalanceData
The balance value
getValue() - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
getValue() - Method in interface com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointAccess
 
getValue() - Method in enum com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointAccessEnum
 
getValue() - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointAccessList
 
getValue() - Method in interface com.syntifi.casper.sdk.model.storedvalue.StoredValue
 
getValue() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueAccount
 
getValue() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueBid
 
getValue() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueCLValue
 
getValue() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContract
 
getValue() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContractPackage
 
getValue() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueDeployInfo
 
getValue() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueEraInfo
 
getValue() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueTransfer
 
getValue() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueWithdraw
 
getValueType() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
getVersion() - Method in class com.syntifi.casper.sdk.model.contract.ContractVersion
contract_version(integer)
getVersion() - Method in class com.syntifi.casper.sdk.model.contract.DisabledVersion
contract_version(integer)
getVersion() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
contract version
getVersion() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
contract version
getVersions() - Method in class com.syntifi.casper.sdk.model.contract.ContractPackage
versions(Array/ContractVersion)
getVestingSchedule() - Method in class com.syntifi.casper.sdk.model.bid.Bid
Vesting schedule for a genesis validator.
getVestingSchedule() - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
getWasm() - Method in class com.syntifi.casper.sdk.model.contract.ContractWasm
ContractWasm(object/string) A contract's Wasm.
getWasmHash() - Method in class com.syntifi.casper.sdk.model.contract.Contract
contract_wasm_hash(String) The hash address of the contract wasm.
getWeight() - Method in class com.syntifi.casper.sdk.model.account.AssociatedKey
weight(Integer)
getWeight() - Method in class com.syntifi.casper.sdk.model.era.JsonValidatorWeight
Decimal representation of a 512-bit integer
getWeight() - Method in class com.syntifi.casper.sdk.model.era.ValidatorWeight
Decimal representation of a 512-bit integer
Group - Class in com.syntifi.casper.sdk.model.contract
A (labelled) "user group".
Group() - Constructor for class com.syntifi.casper.sdk.model.contract.Group
 
Groups - Class in com.syntifi.casper.sdk.model.contract
Groups
Groups() - Constructor for class com.syntifi.casper.sdk.model.contract.Groups
 

H

HASH - com.syntifi.casper.sdk.model.key.KeyTag
 
HashBlockIdentifier - Class in com.syntifi.casper.sdk.identifier.block
Identifier class passed to service CasperService.getBlock(BlockIdentifier) to identify and retrieve the block given its hash.
HashBlockIdentifier(String) - Constructor for class com.syntifi.casper.sdk.identifier.block.HashBlockIdentifier
 
hashCode() - Method in class com.syntifi.casper.sdk.exception.CasperClientErrorData
 
hashCode() - Method in class com.syntifi.casper.sdk.identifier.block.HashBlockIdentifier
 
hashCode() - Method in class com.syntifi.casper.sdk.identifier.block.HeightBlockIdentifier
 
hashCode() - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKey
 
hashCode() - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKeyDictionaryIdentifier
 
hashCode() - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKey
 
hashCode() - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKeyDictionaryIdentifier
 
hashCode() - Method in class com.syntifi.casper.sdk.identifier.dictionary.StringDictionaryIdentifier
 
hashCode() - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefDictionaryIdentifier
 
hashCode() - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefSeed
 
hashCode() - Method in class com.syntifi.casper.sdk.model.account.Account
 
hashCode() - Method in class com.syntifi.casper.sdk.model.account.AccountData
 
hashCode() - Method in class com.syntifi.casper.sdk.model.account.ActionThresholds
 
hashCode() - Method in class com.syntifi.casper.sdk.model.account.AssociatedKey
 
hashCode() - Method in class com.syntifi.casper.sdk.model.auction.AuctionData
 
hashCode() - Method in class com.syntifi.casper.sdk.model.auction.AuctionState
 
hashCode() - Method in class com.syntifi.casper.sdk.model.balance.BalanceData
 
hashCode() - Method in class com.syntifi.casper.sdk.model.bid.Bid
 
hashCode() - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
hashCode() - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
 
hashCode() - Method in class com.syntifi.casper.sdk.model.bid.JsonBids
 
hashCode() - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
hashCode() - Method in class com.syntifi.casper.sdk.model.bid.VestingSchedule
 
hashCode() - Method in class com.syntifi.casper.sdk.model.block.JsonBlock
 
hashCode() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockBody
 
hashCode() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockData
 
hashCode() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
 
hashCode() - Method in class com.syntifi.casper.sdk.model.block.JsonProof
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValueWithChildren
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLTypeWithChildren
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeAny
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeBool
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeByteArray
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeFixedList
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeI32
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeI64
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeKey
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeList
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeOption
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypePublicKey
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeString
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple1
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple2
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple3
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU128
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU256
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU32
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU512
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU64
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeU8
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeUnit
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeURef
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueAny
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueBool
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueByteArray
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueFixedList
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI32
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI64
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueKey
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueList
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueMap
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueOption
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValuePublicKey
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult.Result
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueString
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple1
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple2
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple3
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU128
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU256
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU32
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU512
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU64
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU8
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueUnit
 
hashCode() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueURef
 
hashCode() - Method in class com.syntifi.casper.sdk.model.contract.Contract
 
hashCode() - Method in class com.syntifi.casper.sdk.model.contract.ContractPackage
 
hashCode() - Method in class com.syntifi.casper.sdk.model.contract.ContractVersion
 
hashCode() - Method in class com.syntifi.casper.sdk.model.contract.ContractWasm
 
hashCode() - Method in class com.syntifi.casper.sdk.model.contract.DisabledVersion
 
hashCode() - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
 
hashCode() - Method in class com.syntifi.casper.sdk.model.contract.Group
 
hashCode() - Method in class com.syntifi.casper.sdk.model.contract.Groups
 
hashCode() - Method in class com.syntifi.casper.sdk.model.contract.NamedKey
 
hashCode() - Method in class com.syntifi.casper.sdk.model.contract.Parameter
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.Approval
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.Delegator
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.DeployData
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.DeployResult
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.Entry
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.EraInfo
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.ModuleBytes
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByHash
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByName
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.Transfer
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.ExecutionEffect
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Success
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.JsonExecutionResult
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.NamedArg
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.Operation
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddInt32
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddKeys
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt128
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt256
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt512
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt64
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.Failure
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteAccount
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteBid
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteCLValue
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteDeployInfo
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteEraInfo
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteTransfer
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteWithdraw
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
 
hashCode() - Method in class com.syntifi.casper.sdk.model.deploy.Validator
 
hashCode() - Method in class com.syntifi.casper.sdk.model.dictionary.DictionaryData
 
hashCode() - Method in class com.syntifi.casper.sdk.model.era.EraInfoData
 
hashCode() - Method in class com.syntifi.casper.sdk.model.era.EraSummary
 
hashCode() - Method in class com.syntifi.casper.sdk.model.era.JsonEraReport
 
hashCode() - Method in class com.syntifi.casper.sdk.model.era.JsonEraValidators
 
hashCode() - Method in class com.syntifi.casper.sdk.model.era.JsonValidatorWeight
 
hashCode() - Method in class com.syntifi.casper.sdk.model.era.Reward
 
hashCode() - Method in class com.syntifi.casper.sdk.model.era.ValidatorWeight
 
hashCode() - Method in class com.syntifi.casper.sdk.model.key.AbstractSerializedKeyTaggedHex
 
hashCode() - Method in class com.syntifi.casper.sdk.model.peer.PeerData
 
hashCode() - Method in class com.syntifi.casper.sdk.model.peer.PeerEntry
 
hashCode() - Method in class com.syntifi.casper.sdk.model.stateroothash.StateRootHashData
 
hashCode() - Method in class com.syntifi.casper.sdk.model.status.ActivationPoint
 
hashCode() - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
 
hashCode() - Method in class com.syntifi.casper.sdk.model.status.NextUpgrade
 
hashCode() - Method in class com.syntifi.casper.sdk.model.status.StatusData
 
hashCode() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueAccount
 
hashCode() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueBid
 
hashCode() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueCLValue
 
hashCode() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContract
 
hashCode() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContractPackage
 
hashCode() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueData
 
hashCode() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueDeployInfo
 
hashCode() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueEraInfo
 
hashCode() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueTransfer
 
hashCode() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueWithdraw
 
hashCode() - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
 
hashCode() - Method in class com.syntifi.casper.sdk.model.transfer.TransferData
 
hashCode() - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
 
hashCode() - Method in class com.syntifi.casper.sdk.model.uref.URef
 
HeightBlockIdentifier - Class in com.syntifi.casper.sdk.identifier.block
Identifier class passed to service CasperService.getBlock(BlockIdentifier) to identify and retrieve the block given its height.
HeightBlockIdentifier(long) - Constructor for class com.syntifi.casper.sdk.identifier.block.HeightBlockIdentifier
 
hexStringToByteArray(String) - Static method in class com.syntifi.casper.sdk.model.clvalue.encdec.StringByteHelper
Helper method which converts hex-encoded String to byte array

I

I32 - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
I32 - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
I64 - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
I64 - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
IDENTITY - com.syntifi.casper.sdk.model.deploy.transform.WriteContract
 
InvalidByteStringException - Exception in com.syntifi.casper.sdk.exception
Thrown in case of an invalid (unparseable) encoded byte string
InvalidByteStringException() - Constructor for exception com.syntifi.casper.sdk.exception.InvalidByteStringException
 
InvalidByteStringException(String) - Constructor for exception com.syntifi.casper.sdk.exception.InvalidByteStringException
 
InvalidByteStringException(String, Throwable) - Constructor for exception com.syntifi.casper.sdk.exception.InvalidByteStringException
 
isInactive() - Method in class com.syntifi.casper.sdk.model.bid.Bid
`true` if validator has been \"evicted\"
isInactive() - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
Is this an innactive validator
isRandomBit() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
boolean

J

JsonBid - Class in com.syntifi.casper.sdk.model.bid
An entry in a founding validator map representing a bid.
JsonBid() - Constructor for class com.syntifi.casper.sdk.model.bid.JsonBid
 
JsonBids - Class in com.syntifi.casper.sdk.model.bid
An entry in a founding validator map representing a bid.
JsonBids() - Constructor for class com.syntifi.casper.sdk.model.bid.JsonBids
 
JsonBlock - Class in com.syntifi.casper.sdk.model.block
A JSON-friendly representation of `Block`
JsonBlock() - Constructor for class com.syntifi.casper.sdk.model.block.JsonBlock
 
JsonBlockBody - Class in com.syntifi.casper.sdk.model.block
A JSON-friendly representation of `Body`
JsonBlockBody() - Constructor for class com.syntifi.casper.sdk.model.block.JsonBlockBody
 
JsonBlockData - Class in com.syntifi.casper.sdk.model.block
Root class for a Casper block request
JsonBlockData() - Constructor for class com.syntifi.casper.sdk.model.block.JsonBlockData
 
JsonBlockHeader - Class in com.syntifi.casper.sdk.model.block
Holds the header data of a Casper block
JsonBlockHeader() - Constructor for class com.syntifi.casper.sdk.model.block.JsonBlockHeader
 
JsonDelegator - Class in com.syntifi.casper.sdk.model.bid
A delegator associated with the give validator
JsonDelegator() - Constructor for class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
JsonEraEnd - Class in com.syntifi.casper.sdk.model.era
Casper block root Era data
JsonEraEnd() - Constructor for class com.syntifi.casper.sdk.model.era.JsonEraEnd
 
JsonEraReport - Class in com.syntifi.casper.sdk.model.era
Equivocation and reward information to be included in the terminal block.
JsonEraReport() - Constructor for class com.syntifi.casper.sdk.model.era.JsonEraReport
 
JsonEraValidators - Class in com.syntifi.casper.sdk.model.era
An entry in the validator map.
JsonEraValidators() - Constructor for class com.syntifi.casper.sdk.model.era.JsonEraValidators
 
JsonExecutionResult - Class in com.syntifi.casper.sdk.model.deploy
The execution result of a single deploy.
JsonExecutionResult() - Constructor for class com.syntifi.casper.sdk.model.deploy.JsonExecutionResult
 
JsonProof - Class in com.syntifi.casper.sdk.model.block
Holds the block proof data
JsonProof() - Constructor for class com.syntifi.casper.sdk.model.block.JsonProof
 
JsonValidatorWeight - Class in com.syntifi.casper.sdk.model.era
Casper block validator weight
JsonValidatorWeight() - Constructor for class com.syntifi.casper.sdk.model.era.JsonValidatorWeight
 

K

Key - Class in com.syntifi.casper.sdk.model.key
Hex-encoded key, including the tag info.
Key() - Constructor for class com.syntifi.casper.sdk.model.key.Key
 
KEY - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
KEY - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
KeyDeserializer - Class in com.syntifi.casper.sdk.jackson.deserializer
Customize the mapping of Casper's PublicKey
KeyDeserializer() - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.KeyDeserializer
 
KeyTag - Enum in com.syntifi.casper.sdk.model.key
 

L

LIST - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
LIST - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
loadCLTypes(List<Object>) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLTypeWithChildren
 
loadKey(Key, byte[]) - Method in class com.syntifi.casper.sdk.jackson.deserializer.KeyDeserializer
 
loadKey(PublicKey, byte[]) - Method in class com.syntifi.casper.sdk.jackson.deserializer.PublicKeyDeserializer
 
loadKey(Signature, byte[]) - Method in class com.syntifi.casper.sdk.jackson.deserializer.SignatureDeserializer
 
loadKey(T, byte[]) - Method in class com.syntifi.casper.sdk.jackson.deserializer.AbstractSerializedKeyTaggedHexDeserializer
 

M

MAP - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
MAP - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
MAX_U128 - Static variable in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
 
MAX_U256 - Static variable in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
 
MAX_U512 - Static variable in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
 
MAX_U64 - Static variable in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
 
MinimalBlockInfo - Class in com.syntifi.casper.sdk.model.status
Minimal info of a `Block`
MinimalBlockInfo() - Constructor for class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
 
ModuleBytes - Class in com.syntifi.casper.sdk.model.deploy.executabledeploy
Abstract Executable Deploy Item containing the ModuleBytes of the contract.
ModuleBytes() - Constructor for class com.syntifi.casper.sdk.model.deploy.executabledeploy.ModuleBytes
 

N

NamedArg<T,​P extends AbstractCLType> - Class in com.syntifi.casper.sdk.model.deploy
Named arguments to a contract
NamedArg() - Constructor for class com.syntifi.casper.sdk.model.deploy.NamedArg
 
NamedKey - Class in com.syntifi.casper.sdk.model.contract
A named key.
NamedKey() - Constructor for class com.syntifi.casper.sdk.model.contract.NamedKey
 
NextUpgrade - Class in com.syntifi.casper.sdk.model.status
Information about the next scheduled upgrade
NextUpgrade() - Constructor for class com.syntifi.casper.sdk.model.status.NextUpgrade
 
NONE - com.syntifi.casper.sdk.model.uref.URefAccessRight
 
NOOP - com.syntifi.casper.sdk.model.deploy.OpKind
 
NoSuchKeyTagException - Exception in com.syntifi.casper.sdk.exception
Thrown in case of a Key tag which does not exist being requested
NoSuchKeyTagException() - Constructor for exception com.syntifi.casper.sdk.exception.NoSuchKeyTagException
 
NoSuchKeyTagException(String) - Constructor for exception com.syntifi.casper.sdk.exception.NoSuchKeyTagException
 
NoSuchKeyTagException(String, Throwable) - Constructor for exception com.syntifi.casper.sdk.exception.NoSuchKeyTagException
 
NoSuchTypeException - Exception in com.syntifi.casper.sdk.exception
Thrown in case of a CLType which does not exist being requested
NoSuchTypeException() - Constructor for exception com.syntifi.casper.sdk.exception.NoSuchTypeException
 
NoSuchTypeException(String) - Constructor for exception com.syntifi.casper.sdk.exception.NoSuchTypeException
 
NoSuchTypeException(String, Throwable) - Constructor for exception com.syntifi.casper.sdk.exception.NoSuchTypeException
 
NotImplementedException - Exception in com.syntifi.casper.sdk.exception
A simple exception to cover not implemented functionality
NotImplementedException() - Constructor for exception com.syntifi.casper.sdk.exception.NotImplementedException
 
NotImplementedException(String) - Constructor for exception com.syntifi.casper.sdk.exception.NotImplementedException
 

O

ONE - Static variable in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
 
Operation - Class in com.syntifi.casper.sdk.model.deploy
An operation performed while executing a deploy.
Operation() - Constructor for class com.syntifi.casper.sdk.model.deploy.Operation
 
OpKind - Enum in com.syntifi.casper.sdk.model.deploy
The type of operation performed while executing a deploy.
OPTION - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
OPTION - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 

P

Parameter - Class in com.syntifi.casper.sdk.model.contract
Parameter to a method
Parameter() - Constructor for class com.syntifi.casper.sdk.model.contract.Parameter
 
PeerData - Class in com.syntifi.casper.sdk.model.peer
Root class for a Casper peer info request
PeerData() - Constructor for class com.syntifi.casper.sdk.model.peer.PeerData
 
PeerEntry - Class in com.syntifi.casper.sdk.model.peer
The node ID and network address of each connected peer.
PeerEntry() - Constructor for class com.syntifi.casper.sdk.model.peer.PeerEntry
 
PUBLIC - com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointAccessEnum
 
PUBLIC_KEY - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
PUBLIC_KEY - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
PublicKey - Class in com.syntifi.casper.sdk.model.key
Hex-encoded cryptographic public key, including the algorithm tag prefix.
PublicKey() - Constructor for class com.syntifi.casper.sdk.model.key.PublicKey
 
PublicKeyDeserializer - Class in com.syntifi.casper.sdk.jackson.deserializer
Customize the mapping of Casper's PublicKey
PublicKeyDeserializer() - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.PublicKeyDeserializer
 
putDeploy(Deploy) - Method in interface com.syntifi.casper.sdk.service.CasperService
Sends a deploy to be received by the network

R

READ - com.syntifi.casper.sdk.model.deploy.OpKind
 
READ - com.syntifi.casper.sdk.model.uref.URefAccessRight
 
READ_ADD - com.syntifi.casper.sdk.model.uref.URefAccessRight
 
READ_ADD_WRITE - com.syntifi.casper.sdk.model.uref.URefAccessRight
 
READ_WRITE - com.syntifi.casper.sdk.model.uref.URefAccessRight
 
readAny(CLValueAny) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Reads all bytes as a generic Object into a CLValueAny
readBigInteger(AbstractCLValue<BigInteger, ?>) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Wider numeric values (i.e.
readBool(CLValueBool) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Boolean values serialize as a single byte; true maps to 1, while false maps to 0.
readByte() - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Reads a single byte
readByteArray(CLValueByteArray, int) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Reads a byteArrayy into a clvalue
readBytes(int) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Reads a specified number of bytes
readI32(CLValueI32) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Numeric values consisting of 64 bits or less serialize in the two’s complement representation with little-endian byte order, and the appropriate number of bytes for the bit-width.
readI64(CLValueI64) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Numeric values consisting of 64 bits or less serialize in the two’s complement representation with little-endian byte order, and the appropriate number of bytes for the bit-width.
readKey(CLValueKey) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Reads a CLValueKey value from buffer
readPublicKey(CLValuePublicKey) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Reads a CLValuePublicKey value from buffer
readString(CLValueString) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Reads a CLValueString value from buffer
readU128(CLValueU128) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Reads U128 from buffer
readU256(CLValueU256) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Reads U256 from buffer
readU32(CLValueU32) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Reads a Long value from buffer, representing an Unsigned Integer (U32)
readU512(CLValueU512) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Reads U512 from buffer
readU64(CLValueU64) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Reads a BigInteger value from buffer, representing an Unsigned Long (U32)
readU8(CLValueU8) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueDecoder
Numeric values consisting of 64 bits or less serialize in the two’s complement representation with little-endian byte order, and the appropriate number of bytes for the bit-width.
resolveException(ObjectNode) - Method in class com.syntifi.casper.sdk.exception.CasperClientExceptionResolver
 
Result() - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueResult.Result
 
Result(AbstractCLValue<?, ?>, AbstractCLValue<?, ?>) - Constructor for class com.syntifi.casper.sdk.model.clvalue.CLValueResult.Result
 
RESULT - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
RESULT - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
reverse(byte[]) - Static method in class com.syntifi.casper.sdk.model.clvalue.encdec.StringByteHelper
Reverses a byte array, used to go from little to big endianess
Reward - Class in com.syntifi.casper.sdk.model.era
Casper block era reward data
Reward() - Constructor for class com.syntifi.casper.sdk.model.era.Reward
 

S

SECP256K1 - com.syntifi.casper.sdk.model.key.AlgorithmTag
 
SeigniorageAllocation - Class in com.syntifi.casper.sdk.model.deploy
Info about a seigniorage allocation for a validator
SeigniorageAllocation() - Constructor for class com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
 
SerializationException - Exception in com.syntifi.casper.sdk.exception
Thrown in case of serialization error
SerializationException(String) - Constructor for exception com.syntifi.casper.sdk.exception.SerializationException
 
SerializationException(String, Throwable) - Constructor for exception com.syntifi.casper.sdk.exception.SerializationException
 
serializationTag - Variable in enum com.syntifi.casper.sdk.model.uref.URefAccessRight
 
SESSION - com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointType
 
setAccess(EntryPoint.EntryPointAccess) - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
setAccessKey(String) - Method in class com.syntifi.casper.sdk.model.contract.ContractPackage
access_key(string)
setAccessRight(URefAccessRight) - Method in class com.syntifi.casper.sdk.model.uref.URef
 
setAccount(Account) - Method in class com.syntifi.casper.sdk.model.account.AccountData
 
setAccount(PublicKey) - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
 
setAccount(String) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteAccount
Hex-encoded account hash
setAccountHash(String) - Method in class com.syntifi.casper.sdk.model.account.AssociatedKey
account_hash(String) Hex-encoded account hash.
setAccountNamedKey(AccountNamedKey) - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKeyDictionaryIdentifier
 
setAccumulatedSeed(String) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Hex-encoded hash digest
setActivationPoint(ActivationPoint) - Method in class com.syntifi.casper.sdk.model.status.NextUpgrade
 
setAddInt32(long) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddInt32
i32
setAddKeys(List<NamedKey>) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddKeys
 
setAddress(byte[]) - Method in class com.syntifi.casper.sdk.model.uref.URef
 
setAddress(String) - Method in class com.syntifi.casper.sdk.model.peer.PeerEntry
IP:PORT
setAmount(long) - Method in class com.syntifi.casper.sdk.model.era.Reward
amount
setAmount(String) - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
amount(String) - Decimal representation of a 512-bit integer.
setAmount(BigInteger) - Method in class com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
Allocated amount
setAmount(BigInteger) - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Amount transfered
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.account.AccountData
The RPC API version
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.auction.AuctionData
The RPC API version
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.balance.BalanceData
The RPC API version
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockData
The RPC API version
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.deploy.DeployData
The RPC API version
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.deploy.DeployResult
The RPC API version
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.dictionary.DictionaryData
The RPC API version
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.era.EraInfoData
The RPC API version
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.peer.PeerData
The RPC API version
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.stateroothash.StateRootHashData
The RPC API version
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.status.StatusData
The RPC API version
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueData
 
setApiVersion(String) - Method in class com.syntifi.casper.sdk.model.transfer.TransferData
The RPC API version
setApprovals(List<Approval>) - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
 
setArgs(List<Parameter>) - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
a list of Parameter
setArgs(List<NamedArg<?, ?>>) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.ModuleBytes
 
setArgs(List<NamedArg<?, ?>>) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByHash
 
setArgs(List<NamedArg<?, ?>>) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByName
 
setArgs(List<NamedArg<?, ?>>) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
 
setArgs(List<NamedArg<?, ?>>) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
List of @see NamedArg
setArgs(List<NamedArg<?, ?>>) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.Transfer
List of @see NamedArg
setAssociatedKeys(List<AssociatedKey>) - Method in class com.syntifi.casper.sdk.model.account.Account
a list of AssociatedKey
setAuctionState(AuctionState) - Method in class com.syntifi.casper.sdk.model.auction.AuctionData
The auction state
setBid(Bid) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteBid
 
setBid(JsonBid) - Method in class com.syntifi.casper.sdk.model.bid.JsonBids
 
setBids(List<JsonBids>) - Method in class com.syntifi.casper.sdk.model.auction.AuctionState
All bids contained within a vector
setBlock(JsonBlock) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockData
 
setBlockHash(String) - Method in class com.syntifi.casper.sdk.model.deploy.JsonExecutionResult
The block hash.
setBlockHash(String) - Method in class com.syntifi.casper.sdk.model.era.EraSummary
The block hash
setBlockHash(String) - Method in class com.syntifi.casper.sdk.model.transfer.TransferData
Block hash
setBody(JsonBlockBody) - Method in class com.syntifi.casper.sdk.model.block.JsonBlock
setBodyHash(String) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Hex-encoded hash digest
setBodyHash(String) - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
Body hash
setBondingPurse(URef) - Method in class com.syntifi.casper.sdk.model.bid.Bid
The purse that was used for bonding.
setBondingPurse(URef) - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
setBondingPurse(URef) - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
The purse that was used for bonding.
setBondingPurse(URef) - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
setBondingPurse(URef) - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
the bondingPurse's URef
setBondingPurse(URef) - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
bonding_purse(String) - Hex-encoded, formatted URef.
setBuildVersion(String) - Method in class com.syntifi.casper.sdk.model.status.StatusData
The compiled node version
setBytes(String) - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
setBytes(String) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.ModuleBytes
Module bytes
setChainName(String) - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
Chain name
setChainSpecName(String) - Method in class com.syntifi.casper.sdk.model.status.StatusData
The chainspec name
setChildType(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeOption
 
setChildTypeObjects(List<Object>) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLTypeWithChildren
 
setChildTypeObjects(List<Object>) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple1
 
setChildTypeObjects(List<Object>) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple2
 
setChildTypeObjects(List<Object>) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeTuple3
 
setChildTypes() - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValueWithChildren
 
setChildTypes() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueMap
 
setChildTypes() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult
 
setChildTypes() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple1
 
setChildTypes() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple2
 
setChildTypes() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple3
 
setChildTypes(List<AbstractCLType>) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLTypeWithChildren
 
setClType(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.contract.Parameter
cl_type(CLType) The value of the entry: a casper `Key` type.
setClType(CLTypeAny) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueAny
 
setClType(CLTypeBool) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueBool
 
setClType(CLTypeByteArray) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueByteArray
 
setClType(CLTypeFixedList) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueFixedList
 
setClType(CLTypeI32) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI32
 
setClType(CLTypeI64) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI64
 
setClType(CLTypeKey) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueKey
 
setClType(CLTypeList) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueList
 
setClType(CLTypeMap) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueMap
 
setClType(CLTypeOption) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueOption
 
setClType(CLTypePublicKey) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValuePublicKey
 
setClType(CLTypeResult) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult
 
setClType(CLTypeString) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueString
 
setClType(CLTypeTuple1) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple1
 
setClType(CLTypeTuple2) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple2
 
setClType(CLTypeTuple3) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueTuple3
 
setClType(CLTypeU128) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU128
 
setClType(CLTypeU256) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU256
 
setClType(CLTypeU32) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU32
 
setClType(CLTypeU512) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU512
 
setClType(CLTypeU64) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU64
 
setClType(CLTypeU8) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU8
 
setClType(CLTypeUnit) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueUnit
 
setClType(CLTypeURef) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueURef
 
setClType(P) - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
setClvalue(AbstractCLValue<?, ?>) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteCLValue
 
setClValue(AbstractCLValue<T, P>) - Method in class com.syntifi.casper.sdk.model.deploy.NamedArg
The second value in the array is a CLValue type
setCode(int) - Method in class com.syntifi.casper.sdk.exception.CasperClientErrorData
 
setContractNamedKey(ContractNamedKey) - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKeyDictionaryIdentifier
 
setCost(BigInteger) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
The cost of executing the deploy.
setCost(BigInteger) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Success
The cost of executing the deploy.
setCreator(PublicKey) - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
 
setData(Object) - Method in class com.syntifi.casper.sdk.exception.CasperClientErrorData
 
setDelegatee(PublicKey) - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
setDelegationRate(int) - Method in class com.syntifi.casper.sdk.model.bid.Bid
Delegation rate
setDelegationRate(int) - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
Delegation rate
setDelegatorPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
setDelegatorPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.deploy.Delegator
Delegator's public key
setDelegators(List<JsonDelegator>) - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
The delegators
setDelegators(Map<PublicKey, Delegator>) - Method in class com.syntifi.casper.sdk.model.bid.Bid
This validator's delegators, indexed by their public keys
setDependencies(List<String>) - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
Dependencies
setDeploy(Deploy) - Method in class com.syntifi.casper.sdk.model.deploy.DeployData
the Deploy
setDeployHash(String) - Method in class com.syntifi.casper.sdk.model.deploy.DeployResult
The deploy hash
setDeployHash(String) - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Hex-encoded hash
setDeployHashes(List<String>) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockBody
List of Hex-encoded hash digest
setDeployInfo(DeployInfo) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteDeployInfo
 
setDeployInfo(EraInfo) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteEraInfo
 
setDeployment(int) - Method in class com.syntifi.casper.sdk.model.account.ActionThresholds
deployment(Integer)
setDeployment(ActionThresholds) - Method in class com.syntifi.casper.sdk.model.account.Account
ActionThresholds that have to be met when executing an action of a certain type.
setDictionary(String) - Method in class com.syntifi.casper.sdk.identifier.dictionary.StringDictionaryIdentifier
 
setDictionaryItemKey(String) - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKey
The dictionary item key formatted as a string
setDictionaryItemKey(String) - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKey
The dictionary item key formatted as a string
setDictionaryItemKey(String) - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefSeed
The dictionary item key formatted as a string
setDictionaryKey(String) - Method in class com.syntifi.casper.sdk.model.dictionary.DictionaryData
The key under which the value is stored
setDictionaryName(String) - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKey
The dictionary item key formatted as a string
setDictionaryName(String) - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKey
The dictionary item key formatted as a string
setDisabledVersions(List<DisabledVersion>) - Method in class com.syntifi.casper.sdk.model.contract.ContractPackage
disabled_versions(Array/DisabledVersion)
setEffect(ExecutionEffect) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
 
setEffect(ExecutionEffect) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Success
 
setEntryPoint(String) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByHash
Entry Point
setEntryPoint(String) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByName
Entry Point
setEntryPoint(String) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
Entry Point
setEntryPoint(String) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
Entry Point
setEntryPoints(List<EntryPoint>) - Method in class com.syntifi.casper.sdk.model.contract.Contract
entry_points(Array) - A list of entry points.
setEquivocators(List<PublicKey>) - Method in class com.syntifi.casper.sdk.model.era.JsonEraReport
List of @see PublicKey
setEraEnd(JsonEraEnd) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
 
setEraId(long) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Era ID newtype
setEraId(Long) - Method in class com.syntifi.casper.sdk.model.era.EraSummary
The era id
setEraId(BigInteger) - Method in class com.syntifi.casper.sdk.model.era.JsonEraValidators
Era id
setEraId(BigInteger) - Method in class com.syntifi.casper.sdk.model.status.ActivationPoint
Era ID
setEraId(BigInteger) - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
Era ID
setEraOfCreation(int) - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
amount(Integer) - Era ID newtype.
setEraOfCreation(BigInteger) - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
Era in which this unbonding request was created.
setEraSummary(EraSummary) - Method in class com.syntifi.casper.sdk.model.era.EraInfoData
The auction state
setEraValidators(List<JsonEraValidators>) - Method in class com.syntifi.casper.sdk.model.auction.AuctionState
 
setErr(AbstractCLValue<?, ?>) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult.Result
 
setErrClType(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
setErrorMessage(String) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
The error message associated with executing the deploy
setExecutionResults(List<JsonExecutionResult>) - Method in class com.syntifi.casper.sdk.model.deploy.DeployData
setFailure(String) - Method in class com.syntifi.casper.sdk.model.deploy.transform.Failure
error message
setFrom(String) - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
Account identifier of the creator of the Deploy.
setFrom(String) - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Hex-encoded account hash.
setGas(BigInteger) - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
Gas cost of executing the Deploy.
setGas(BigInteger) - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Decimal representation of a 512-bit integer.
setGasPrice(BigInteger) - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
Gas price
setGroups(List<Groups>) - Method in class com.syntifi.casper.sdk.model.contract.ContractPackage
groups(Array/Group)
setHash(String) - Method in class com.syntifi.casper.sdk.identifier.block.HashBlockIdentifier
Block hash
setHash(String) - Method in class com.syntifi.casper.sdk.model.account.Account
account_hash(String) Hex-encoded account hash.
setHash(String) - Method in class com.syntifi.casper.sdk.model.block.JsonBlock
The block's hash.
setHash(String) - Method in class com.syntifi.casper.sdk.model.contract.ContractVersion
contract_hash(string) The hash address of the contract
setHash(String) - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
Hex-encoded deploy hash
setHash(String) - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
The relevant Deploy
setHash(String) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByHash
Hex-encoded Hash
setHash(String) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
Hex-encoded Hash
setHash(String) - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
Block Hash
setHeader(JsonBlockHeader) - Method in class com.syntifi.casper.sdk.model.block.JsonBlock
setHeader(DeployHeader) - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
 
setHeight(long) - Method in class com.syntifi.casper.sdk.identifier.block.HeightBlockIdentifier
Block height
setHeight(long) - Method in class com.syntifi.casper.sdk.model.auction.AuctionState
Block height
setHeight(long) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Block height
setHeight(BigInteger) - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
Block Height
setId(BigInteger) - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
 
setInactive(boolean) - Method in class com.syntifi.casper.sdk.model.bid.Bid
`true` if validator has been \"evicted\"
setInactive(boolean) - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
Is this an innactive validator
setInactiveValidators(List<PublicKey>) - Method in class com.syntifi.casper.sdk.model.era.JsonEraReport
List of @see PublicKey
setInitialReleaseTimeStampMillis(BigInteger) - Method in class com.syntifi.casper.sdk.model.bid.VestingSchedule
release time in miliseconds
setJsonAmount(String) - Method in class com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
 
setJsonAmount(String) - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
 
setJsonBytes(String) - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
setJsonClType(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeOption
 
setJsonClType(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.contract.Parameter
 
setJsonClType(CLTypeAny) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueAny
 
setJsonClType(CLTypeBool) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueBool
 
setJsonClType(CLTypeI32) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI32
 
setJsonClType(CLTypeI64) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueI64
 
setJsonClType(CLTypeKey) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueKey
 
setJsonClType(CLTypePublicKey) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValuePublicKey
 
setJsonClType(CLTypeString) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueString
 
setJsonClType(CLTypeU128) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU128
 
setJsonClType(CLTypeU256) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU256
 
setJsonClType(CLTypeU32) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU32
 
setJsonClType(CLTypeU512) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU512
 
setJsonClType(CLTypeU64) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU64
 
setJsonClType(CLTypeU8) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueU8
 
setJsonClType(CLTypeUnit) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueUnit
 
setJsonClType(CLTypeURef) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueURef
 
setJsonCost(String) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
 
setJsonCost(String) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Success
 
setJsonDelegators(Map<String, Delegator>) - Method in class com.syntifi.casper.sdk.model.bid.Bid
 
setJsonEraId(String) - Method in class com.syntifi.casper.sdk.model.status.ActivationPoint
 
setJsonGas(String) - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
 
setJsonGas(String) - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
 
setJsonKey(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
setJsonKey(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
setJsonLockedAmounts(List<String>) - Method in class com.syntifi.casper.sdk.model.bid.VestingSchedule
 
setJsonRet(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
Accessor for jackson serialization
setJsonStakedAmount(String) - Method in class com.syntifi.casper.sdk.model.bid.Bid
 
setJsonStakedAmount(String) - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
setJsonStakedAmount(String) - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
 
setJsonStakedAmount(String) - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
setJsonU128(String) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt128
 
setJsonU256(String) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt256
 
setJsonU512(String) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt512
 
setJsonU64(String) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt64
 
setJsonUnbondingAmount(String) - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
 
setJsonValue(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeFixedList
 
setJsonValue(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeList
 
setJsonValue(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
setJsonValue(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
setJsonValue(String) - Method in class com.syntifi.casper.sdk.model.balance.BalanceData
 
setJsonWeight(String) - Method in class com.syntifi.casper.sdk.model.era.JsonValidatorWeight
 
setJsonWeight(String) - Method in class com.syntifi.casper.sdk.model.era.ValidatorWeight
 
setKey(byte[]) - Method in class com.syntifi.casper.sdk.model.key.AbstractSerializedKeyTaggedHex
Hex-encoded key
setKey(String) - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKey
The account key as a formatted string whose named keys contains dictionary_name.
setKey(String) - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKey
The contract key as a formatted string whose named keys contains dictionary_name.
setKey(String) - Method in class com.syntifi.casper.sdk.model.contract.NamedKey
key(String) The value of the entry: a casper `Key` type.
setKey(String) - Method in class com.syntifi.casper.sdk.model.deploy.Entry
The formatted string of the `Key`
setKey(String) - Method in class com.syntifi.casper.sdk.model.deploy.Operation
The formatted string of the `Key`
setKeyManagement(int) - Method in class com.syntifi.casper.sdk.model.account.ActionThresholds
key_management(Integer)
setKeys(List<String>) - Method in class com.syntifi.casper.sdk.model.contract.Groups
keys(Array/string) Hex-encoded, formatted URef.
setKeyType(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
setKeyValueTypes(CLTypeMap.CLTypeMapEntryType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap
 
setKind(OpKind) - Method in class com.syntifi.casper.sdk.model.deploy.Operation
 
setLastAddedBlockInfo(MinimalBlockInfo) - Method in class com.syntifi.casper.sdk.model.status.StatusData
 
setLength(int) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeByteArray
 
setListType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueFixedList
 
setListType() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueList
 
setListType(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeFixedList
 
setListType(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeList
 
setLockedAmounts(List<BigInteger>) - Method in class com.syntifi.casper.sdk.model.bid.VestingSchedule
amount locked
setMainPurse(String) - Method in class com.syntifi.casper.sdk.model.account.Account
main_purse(String) Hex-encoded, formatted URef.
setMerkelProof(String) - Method in class com.syntifi.casper.sdk.model.account.AccountData
The merkle proof
setMerkleProof(String) - Method in class com.syntifi.casper.sdk.model.balance.BalanceData
The merkle proof
setMerkleProof(String) - Method in class com.syntifi.casper.sdk.model.dictionary.DictionaryData
The merkle proof
setMerkleProof(String) - Method in class com.syntifi.casper.sdk.model.era.EraSummary
The merkle proof
setMerkleProof(String) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueData
 
setMessage(String) - Method in class com.syntifi.casper.sdk.exception.CasperClientErrorData
 
setName(String) - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
the name
setName(String) - Method in class com.syntifi.casper.sdk.model.contract.Group
 
setName(String) - Method in class com.syntifi.casper.sdk.model.contract.Groups
group(string)
setName(String) - Method in class com.syntifi.casper.sdk.model.contract.NamedKey
name(String) The name of the entry.
setName(String) - Method in class com.syntifi.casper.sdk.model.contract.Parameter
name(String) The name of the entry.
setName(String) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByName
Contract name
setName(String) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
Contract Name
setNamedKeys(List<NamedKey>) - Method in class com.syntifi.casper.sdk.model.account.Account
named_keys (@link NamedKey)
setNamedKeys(List<NamedKey>) - Method in class com.syntifi.casper.sdk.model.contract.Contract
named_keys(Array) - A list of named keys.
setNextUpgrade(NextUpgrade) - Method in class com.syntifi.casper.sdk.model.status.StatusData
 
setNodeId(String) - Method in class com.syntifi.casper.sdk.model.peer.PeerEntry
node ID
setOk(AbstractCLValue<?, ?>) - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult.Result
 
setOkClType(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
setOkErrTypes(CLTypeResult.CLTypeResultOkErrTypes) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult
 
setOperations(List<Operation>) - Method in class com.syntifi.casper.sdk.model.deploy.ExecutionEffect
a list of Operation
setPackageHash(String) - Method in class com.syntifi.casper.sdk.model.contract.Contract
contract_package_hash(String) - The hash address of the contract package.
setParentHash(String) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Hex-encoded hash digest.
setParsed(String) - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
setPayment(ExecutableDeployItem) - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
 
setPeers(List<PeerEntry>) - Method in class com.syntifi.casper.sdk.model.peer.PeerData
List of @see PeerEntry
setPeers(List<PeerEntry>) - Method in class com.syntifi.casper.sdk.model.status.StatusData
List of
setProofs(List<JsonProof>) - Method in class com.syntifi.casper.sdk.model.block.JsonBlock
List of JsonProof
setProposer(PublicKey) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockBody
 
setProtocolVersion(String) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Casper Platform protocol version
setProtocolVersion(String) - Method in class com.syntifi.casper.sdk.model.contract.Contract
protocol_version(String) - ?
setProtocolVersion(String) - Method in class com.syntifi.casper.sdk.model.status.NextUpgrade
Protocol version
setProtocolVersionMajor(int) - Method in class com.syntifi.casper.sdk.model.contract.ContractVersion
protocol_version_major(integer)
setProtocolVersionMajor(int) - Method in class com.syntifi.casper.sdk.model.contract.DisabledVersion
protocol_version_major(integer)
setPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.bid.JsonBids
 
setPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
setPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.block.JsonProof
 
setPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.era.JsonValidatorWeight
 
setPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.status.StatusData
 
setPurses(List<UnbondingPurse>) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteWithdraw
Array of UnbondingPurse
setRandomBit(boolean) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
boolean
setResult(ExecutionResult) - Method in class com.syntifi.casper.sdk.model.deploy.JsonExecutionResult
 
setRet(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
the return as AbstractCLType
setRewards(List<Reward>) - Method in class com.syntifi.casper.sdk.model.era.JsonEraReport
List of @see Reward
setRoundLength(String) - Method in class com.syntifi.casper.sdk.model.status.StatusData
The next round length if this node is a validator
setSeigniorageAllocations(List<SeigniorageAllocation>) - Method in class com.syntifi.casper.sdk.model.deploy.EraInfo
 
setSession(ExecutableDeployItem) - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
 
setSignature(Signature) - Method in class com.syntifi.casper.sdk.model.block.JsonProof
 
setSignature(Signature) - Method in class com.syntifi.casper.sdk.model.deploy.Approval
 
setSigner(PublicKey) - Method in class com.syntifi.casper.sdk.model.deploy.Approval
 
setSource(URef) - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
Source purse used for payment of the Deploy.
setSource(String) - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Hex-encoded, formatted URef
setStakedAmount(BigInteger) - Method in class com.syntifi.casper.sdk.model.bid.Bid
The amount of tokens staked by a validator (not including delegators).
setStakedAmount(BigInteger) - Method in class com.syntifi.casper.sdk.model.bid.Delegator
ammount
setStakedAmount(BigInteger) - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
The amount of tokens staked by a validator (not including delegators).
setStakedAmount(BigInteger) - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
amount
setStartStateRootHash(String) - Method in class com.syntifi.casper.sdk.model.status.StatusData
The state root hash used at the start of the current session
setStateRootHash(String) - Method in class com.syntifi.casper.sdk.model.auction.AuctionState
Global state hash
setStateRootHash(String) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Hex-encoded hash digest
setStateRootHash(String) - Method in class com.syntifi.casper.sdk.model.era.EraSummary
Hex-encoded hash of the state root
setStateRootHash(String) - Method in class com.syntifi.casper.sdk.model.stateroothash.StateRootHashData
Hash
setStateRootHash(String) - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
Hex-encoded hash digest
setStoredValue(StoredValue<?>) - Method in class com.syntifi.casper.sdk.model.dictionary.DictionaryData
The stored value
setStoredValue(StoredValue<?>) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueData
 
setStoredValue(StoredValueEraInfo) - Method in class com.syntifi.casper.sdk.model.era.EraSummary
The StoredValue containing era information
setTag(T) - Method in class com.syntifi.casper.sdk.model.key.AbstractSerializedKeyTaggedHex
 
setTarget(String) - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Hex-encoded, formatted URef
setTimeStamp(Date) - Method in class com.syntifi.casper.sdk.model.status.ActivationPoint
Timestamp formatted as per RFC 3339
setTimeStamp(Date) - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
Timestamp formatted as per RFC 3339
setTimeStamp(Date) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
Timestamp formatted as per RFC 3339
setTimeStamp(Date) - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
Timestamp formatted as per RFC 3339
setTo(String) - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
Hex-encoded account hash.
setTransfer(Transfer) - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteTransfer
 
setTransferHashes(List<String>) - Method in class com.syntifi.casper.sdk.model.block.JsonBlockBody
List of Hex-encoded hash digest
setTransfers(List<Transfer>) - Method in class com.syntifi.casper.sdk.model.transfer.TransferData
List of @see Transfer
setTransfers(List<String>) - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
Transfers performed by the Deploy.
setTransfers(List<String>) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
List of Hex-encoded transfer address.
setTransfers(List<String>) - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Success
List of Hex-encoded transfer address.
setTransform(Transform) - Method in class com.syntifi.casper.sdk.model.deploy.Entry
 
setTransforms(List<Entry>) - Method in class com.syntifi.casper.sdk.model.deploy.ExecutionEffect
a list of Entry
setTtl(String) - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
Human-readable duration
setType(EntryPoint.EntryPointType) - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
the EntryPoint.EntryPointType Context of method execution
setType(String) - Method in class com.syntifi.casper.sdk.model.deploy.NamedArg
The first value in the array is the type of the arg
setU128(BigInteger) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt128
u128
setU256(BigInteger) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt256
u256
setU512(BigInteger) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt512
u512
setU64(BigInteger) - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt64
u64
setUnbonderPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
Unbonders PublicKey
setUnbonderPublicKey(String) - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
unbonder_public_key(String) - Hex-encoded cryptographic public key, including the algorithm tag prefix.
setUnbondingAmount(BigInteger) - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
Unbonding amount
setUptime(String) - Method in class com.syntifi.casper.sdk.model.status.StatusData
Time passed since the node has started
setUref(URefSeed) - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefDictionaryIdentifier
 
setUref(URef) - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefSeed
The dictionary's seed URef
setValidator(PublicKey) - Method in class com.syntifi.casper.sdk.model.era.Reward
 
setValidator(PublicKey) - Method in class com.syntifi.casper.sdk.model.era.ValidatorWeight
 
setValidatorPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.bid.Bid
Validator PublicKey
setValidatorPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
setValidatorPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.deploy.Delegator
Validator's public key
setValidatorPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
Validators PublicKey
setValidatorPublicKey(PublicKey) - Method in class com.syntifi.casper.sdk.model.deploy.Validator
Validator's public key
setValidatorPublicKey(String) - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
validator_public_key(String) - Hex-encoded cryptographic public key, including the algorithm tag prefix.
setValidatorWeights(List<JsonValidatorWeight>) - Method in class com.syntifi.casper.sdk.model.era.JsonEraValidators
 
setValue(Account) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueAccount
 
setValue(Bid) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueBid
 
setValue(AbstractCLValue<?, ?>) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueCLValue
 
setValue(Contract) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContract
 
setValue(ContractPackage) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContractPackage
 
setValue(DeployInfo) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueDeployInfo
 
setValue(EraInfo) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueEraInfo
 
setValue(Transfer) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueTransfer
 
setValue(BigInteger) - Method in class com.syntifi.casper.sdk.model.balance.BalanceData
The balance value
setValue(List<Withdraw>) - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueWithdraw
 
setValue(T) - Method in class com.syntifi.casper.sdk.model.clvalue.AbstractCLValue
 
setValueType(AbstractCLType) - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
setVersion(int) - Method in class com.syntifi.casper.sdk.model.contract.ContractVersion
contract_version(integer)
setVersion(int) - Method in class com.syntifi.casper.sdk.model.contract.DisabledVersion
contract_version(integer)
setVersion(long) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
contract version
setVersion(long) - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
contract version
setVersions(List<ContractVersion>) - Method in class com.syntifi.casper.sdk.model.contract.ContractPackage
versions(Array/ContractVersion)
setVestingSchedule(VestingSchedule) - Method in class com.syntifi.casper.sdk.model.bid.Bid
Vesting schedule for a genesis validator.
setVestingSchedule(VestingSchedule) - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
setWasm(String) - Method in class com.syntifi.casper.sdk.model.contract.ContractWasm
ContractWasm(object/string) A contract's Wasm.
setWasmHash(String) - Method in class com.syntifi.casper.sdk.model.contract.Contract
contract_wasm_hash(String) The hash address of the contract wasm.
setWeight(int) - Method in class com.syntifi.casper.sdk.model.account.AssociatedKey
weight(Integer)
setWeight(BigInteger) - Method in class com.syntifi.casper.sdk.model.era.JsonValidatorWeight
Decimal representation of a 512-bit integer
setWeight(BigInteger) - Method in class com.syntifi.casper.sdk.model.era.ValidatorWeight
Decimal representation of a 512-bit integer
Signature - Class in com.syntifi.casper.sdk.model.key
Hex-encoded cryptographic public key, including the algorithm tag prefix.
Signature() - Constructor for class com.syntifi.casper.sdk.model.key.Signature
 
SignatureDeserializer - Class in com.syntifi.casper.sdk.jackson.deserializer
Customize the mapping of Casper's Signature
SignatureDeserializer() - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.SignatureDeserializer
 
StateRootHashData - Class in com.syntifi.casper.sdk.model.stateroothash
Root class for a Casper state root hash request
StateRootHashData() - Constructor for class com.syntifi.casper.sdk.model.stateroothash.StateRootHashData
 
StatusData - Class in com.syntifi.casper.sdk.model.status
Returns the current status of the node
StatusData() - Constructor for class com.syntifi.casper.sdk.model.status.StatusData
 
STORED_VALUE_ACCOUNT - com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
 
STORED_VALUE_BID - com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
 
STORED_VALUE_CLVALUE - com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
 
STORED_VALUE_CONTRACT - com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
 
STORED_VALUE_CONTRACT_PACKAGE - com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
 
STORED_VALUE_DEPLOY_INFO - com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
 
STORED_VALUE_ERA_INFO - com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
 
STORED_VALUE_TRANSFER - com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
 
STORED_VALUE_WITHDRAW - com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
 
StoredContractByHash - Class in com.syntifi.casper.sdk.model.deploy.executabledeploy
Abstract Executable Deploy Item containing the StoredContractByHash.
StoredContractByHash() - Constructor for class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByHash
 
StoredContractByName - Class in com.syntifi.casper.sdk.model.deploy.executabledeploy
Abstract Executable Deploy Item containing the StoredContractByName.
StoredContractByName() - Constructor for class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByName
 
StoredValue<T> - Interface in com.syntifi.casper.sdk.model.storedvalue
Stored Value interface and jackson resolver for subtypes
StoredValueAccount - Class in com.syntifi.casper.sdk.model.storedvalue
Stored Value for Account
StoredValueAccount() - Constructor for class com.syntifi.casper.sdk.model.storedvalue.StoredValueAccount
 
StoredValueBid - Class in com.syntifi.casper.sdk.model.storedvalue
Stored Value for Bid
StoredValueBid() - Constructor for class com.syntifi.casper.sdk.model.storedvalue.StoredValueBid
 
StoredValueCLValue - Class in com.syntifi.casper.sdk.model.storedvalue
Stored Value for AbstractCLType
StoredValueCLValue() - Constructor for class com.syntifi.casper.sdk.model.storedvalue.StoredValueCLValue
 
StoredValueContract - Class in com.syntifi.casper.sdk.model.storedvalue
Stored Value for Contract
StoredValueContract() - Constructor for class com.syntifi.casper.sdk.model.storedvalue.StoredValueContract
 
StoredValueContractPackage - Class in com.syntifi.casper.sdk.model.storedvalue
Stored Value for ContractPackage
StoredValueContractPackage() - Constructor for class com.syntifi.casper.sdk.model.storedvalue.StoredValueContractPackage
 
StoredValueData - Class in com.syntifi.casper.sdk.model.storedvalue
Root class for a Casper Stored Value
StoredValueData() - Constructor for class com.syntifi.casper.sdk.model.storedvalue.StoredValueData
 
StoredValueDeployInfo - Class in com.syntifi.casper.sdk.model.storedvalue
Stored Value for DeployInfo
StoredValueDeployInfo() - Constructor for class com.syntifi.casper.sdk.model.storedvalue.StoredValueDeployInfo
 
StoredValueDeserializer - Class in com.syntifi.casper.sdk.jackson.deserializer
Core Deserializer for the CLValue property.
StoredValueDeserializer(JavaType, TypeIdResolver, String, boolean, JavaType) - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.StoredValueDeserializer
 
StoredValueDeserializer(AsPropertyTypeDeserializer, BeanProperty) - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.StoredValueDeserializer
 
StoredValueEraInfo - Class in com.syntifi.casper.sdk.model.storedvalue
Stored Value for EraInfo
StoredValueEraInfo() - Constructor for class com.syntifi.casper.sdk.model.storedvalue.StoredValueEraInfo
 
StoredValueResolver - Class in com.syntifi.casper.sdk.jackson.resolver
Specification of the Custom Type Resolver for CLValue subtype identification.
StoredValueResolver() - Constructor for class com.syntifi.casper.sdk.jackson.resolver.StoredValueResolver
 
StoredValueTransfer - Class in com.syntifi.casper.sdk.model.storedvalue
Stored Value for Transfer
StoredValueTransfer() - Constructor for class com.syntifi.casper.sdk.model.storedvalue.StoredValueTransfer
 
StoredValueTypeData - Enum in com.syntifi.casper.sdk.model.storedvalue
Stored Value type data and class mapping
StoredValueWithdraw - Class in com.syntifi.casper.sdk.model.storedvalue
Stored Value for Withdraw
StoredValueWithdraw() - Constructor for class com.syntifi.casper.sdk.model.storedvalue.StoredValueWithdraw
 
StoredVersionedContractByHash - Class in com.syntifi.casper.sdk.model.deploy.executabledeploy
Abstract Executable Deploy Item containing the StoredVersionedContractByHash.
StoredVersionedContractByHash() - Constructor for class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
 
StoredVersionedContractByName - Class in com.syntifi.casper.sdk.model.deploy.executabledeploy
Abstract Executable Deploy Item containing the StoredVersionedContractByName.
StoredVersionedContractByName() - Constructor for class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
 
STRING - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
STRING - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
StringByteHelper - Class in com.syntifi.casper.sdk.model.clvalue.encdec
Helper methods for working with hex encoded string and bytes
StringDictionaryIdentifier - Class in com.syntifi.casper.sdk.identifier.dictionary
Identifier class passed to service CasperService.getStateDictionaryItem(String, DictionaryIdentifier) to Lookup a dictionary item via it's unique key
StringDictionaryIdentifier(String) - Constructor for class com.syntifi.casper.sdk.identifier.dictionary.StringDictionaryIdentifier
 
Success - Class in com.syntifi.casper.sdk.model.deploy.executionresult
Abstract Executable Result of type Success containing the details of the contract execution.
Success() - Constructor for class com.syntifi.casper.sdk.model.deploy.executionresult.Success
 

T

Tag - Interface in com.syntifi.casper.sdk.model.key
Interface for tagged keys
toString() - Method in class com.syntifi.casper.sdk.exception.CasperClientErrorData
 
toString() - Method in class com.syntifi.casper.sdk.identifier.block.HashBlockIdentifier
 
toString() - Method in class com.syntifi.casper.sdk.identifier.block.HeightBlockIdentifier
 
toString() - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKey
 
toString() - Method in class com.syntifi.casper.sdk.identifier.dictionary.AccountNamedKeyDictionaryIdentifier
 
toString() - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKey
 
toString() - Method in class com.syntifi.casper.sdk.identifier.dictionary.ContractNamedKeyDictionaryIdentifier
 
toString() - Method in class com.syntifi.casper.sdk.identifier.dictionary.StringDictionaryIdentifier
 
toString() - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefDictionaryIdentifier
 
toString() - Method in class com.syntifi.casper.sdk.identifier.dictionary.URefSeed
 
toString() - Method in class com.syntifi.casper.sdk.model.account.Account
 
toString() - Method in class com.syntifi.casper.sdk.model.account.AccountData
 
toString() - Method in class com.syntifi.casper.sdk.model.account.ActionThresholds
 
toString() - Method in class com.syntifi.casper.sdk.model.account.AssociatedKey
 
toString() - Method in class com.syntifi.casper.sdk.model.auction.AuctionData
 
toString() - Method in class com.syntifi.casper.sdk.model.auction.AuctionState
 
toString() - Method in class com.syntifi.casper.sdk.model.balance.BalanceData
 
toString() - Method in class com.syntifi.casper.sdk.model.bid.Bid
 
toString() - Method in class com.syntifi.casper.sdk.model.bid.Delegator
 
toString() - Method in class com.syntifi.casper.sdk.model.bid.JsonBid
 
toString() - Method in class com.syntifi.casper.sdk.model.bid.JsonBids
 
toString() - Method in class com.syntifi.casper.sdk.model.bid.JsonDelegator
 
toString() - Method in class com.syntifi.casper.sdk.model.bid.VestingSchedule
 
toString() - Method in class com.syntifi.casper.sdk.model.block.JsonBlock
 
toString() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockBody
 
toString() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockData
 
toString() - Method in class com.syntifi.casper.sdk.model.block.JsonBlockHeader
 
toString() - Method in class com.syntifi.casper.sdk.model.block.JsonProof
 
toString() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeMap.CLTypeMapEntryType
 
toString() - Method in class com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeResult.CLTypeResultOkErrTypes
 
toString() - Method in class com.syntifi.casper.sdk.model.clvalue.CLValueResult.Result
 
toString() - Method in class com.syntifi.casper.sdk.model.contract.Contract
 
toString() - Method in class com.syntifi.casper.sdk.model.contract.ContractPackage
 
toString() - Method in class com.syntifi.casper.sdk.model.contract.ContractVersion
 
toString() - Method in class com.syntifi.casper.sdk.model.contract.ContractWasm
 
toString() - Method in class com.syntifi.casper.sdk.model.contract.DisabledVersion
 
toString() - Method in class com.syntifi.casper.sdk.model.contract.EntryPoint
 
toString() - Method in class com.syntifi.casper.sdk.model.contract.Group
 
toString() - Method in class com.syntifi.casper.sdk.model.contract.Groups
 
toString() - Method in class com.syntifi.casper.sdk.model.contract.NamedKey
 
toString() - Method in class com.syntifi.casper.sdk.model.contract.Parameter
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.Approval
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.Deploy
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.DeployData
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.DeployHeader
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.DeployInfo
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.DeployResult
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.Entry
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.EraInfo
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.ModuleBytes
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByHash
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredContractByName
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByHash
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.StoredVersionedContractByName
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.executabledeploy.Transfer
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.ExecutionEffect
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Failure
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.executionresult.Success
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.JsonExecutionResult
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.NamedArg
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.Operation
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddInt32
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddKeys
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt128
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt256
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt512
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.AddUInt64
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.Failure
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteAccount
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteBid
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteCLValue
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteDeployInfo
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteEraInfo
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteTransfer
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.transform.WriteWithdraw
 
toString() - Method in class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
 
toString() - Method in class com.syntifi.casper.sdk.model.dictionary.DictionaryData
 
toString() - Method in class com.syntifi.casper.sdk.model.era.EraInfoData
 
toString() - Method in class com.syntifi.casper.sdk.model.era.EraSummary
 
toString() - Method in class com.syntifi.casper.sdk.model.era.JsonEraReport
 
toString() - Method in class com.syntifi.casper.sdk.model.era.JsonEraValidators
 
toString() - Method in class com.syntifi.casper.sdk.model.era.JsonValidatorWeight
 
toString() - Method in class com.syntifi.casper.sdk.model.era.Reward
 
toString() - Method in class com.syntifi.casper.sdk.model.era.ValidatorWeight
 
toString() - Method in class com.syntifi.casper.sdk.model.key.AbstractSerializedKeyTaggedHex
 
toString() - Method in class com.syntifi.casper.sdk.model.peer.PeerData
 
toString() - Method in class com.syntifi.casper.sdk.model.peer.PeerEntry
 
toString() - Method in class com.syntifi.casper.sdk.model.stateroothash.StateRootHashData
 
toString() - Method in class com.syntifi.casper.sdk.model.status.ActivationPoint
 
toString() - Method in class com.syntifi.casper.sdk.model.status.MinimalBlockInfo
 
toString() - Method in class com.syntifi.casper.sdk.model.status.NextUpgrade
 
toString() - Method in class com.syntifi.casper.sdk.model.status.StatusData
 
toString() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueAccount
 
toString() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueBid
 
toString() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueCLValue
 
toString() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContract
 
toString() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContractPackage
 
toString() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueData
 
toString() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueDeployInfo
 
toString() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueEraInfo
 
toString() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueTransfer
 
toString() - Method in class com.syntifi.casper.sdk.model.storedvalue.StoredValueWithdraw
 
toString() - Method in class com.syntifi.casper.sdk.model.transfer.Transfer
 
toString() - Method in class com.syntifi.casper.sdk.model.transfer.TransferData
 
toString() - Method in class com.syntifi.casper.sdk.model.transfer.Withdraw
 
toString() - Method in class com.syntifi.casper.sdk.model.uref.URef
 
Transfer - Class in com.syntifi.casper.sdk.model.deploy.executabledeploy
An AbstractExecutableDeployItem of Type Transfer containing the runtime args of the contract.
Transfer - Class in com.syntifi.casper.sdk.model.transfer
Represents a transfer from one purse to another
Transfer() - Constructor for class com.syntifi.casper.sdk.model.deploy.executabledeploy.Transfer
 
Transfer() - Constructor for class com.syntifi.casper.sdk.model.transfer.Transfer
 
TRANSFER - com.syntifi.casper.sdk.model.key.KeyTag
 
TransferData - Class in com.syntifi.casper.sdk.model.transfer
Root class for a Casper transfer request
TransferData() - Constructor for class com.syntifi.casper.sdk.model.transfer.TransferData
 
Transform - Interface in com.syntifi.casper.sdk.model.deploy.transform
Abstract Transform containing the actual transformation performed while executing a deploy.
TransformDeserializer - Class in com.syntifi.casper.sdk.jackson.deserializer
Core Deserializer for the CLValue property.
TransformDeserializer(JavaType, TypeIdResolver, String, boolean, JavaType) - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.TransformDeserializer
 
TransformDeserializer(AsPropertyTypeDeserializer, BeanProperty) - Constructor for class com.syntifi.casper.sdk.jackson.deserializer.TransformDeserializer
 
TransformResolver - Class in com.syntifi.casper.sdk.jackson.resolver
Specification of the Custom Type Resolver for CLValue subtype identification.
TransformResolver() - Constructor for class com.syntifi.casper.sdk.jackson.resolver.TransformResolver
 
TransformTypeData - Enum in com.syntifi.casper.sdk.model.deploy.transform
 
TUPLE1 - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
TUPLE1 - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
TUPLE2 - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
TUPLE2 - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
TUPLE3 - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
TUPLE3 - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
TWO - Static variable in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
 

U

U128 - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
U128 - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
U256 - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
U256 - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
U32 - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
U32 - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
U512 - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
U512 - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
U64 - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
U64 - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
U8 - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
U8 - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
UnbondingPurse - Class in com.syntifi.casper.sdk.model.deploy
Unbonding Purse
UnbondingPurse() - Constructor for class com.syntifi.casper.sdk.model.deploy.UnbondingPurse
 
UNIT - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
UNIT - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
URef - Class in com.syntifi.casper.sdk.model.uref
URef is a tuple that contains the address of the URef and the access rights to that URef.
URef() - Constructor for class com.syntifi.casper.sdk.model.uref.URef
 
URef(byte[], URefAccessRight) - Constructor for class com.syntifi.casper.sdk.model.uref.URef
 
UREF - com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
 
UREF - com.syntifi.casper.sdk.model.key.KeyTag
 
UREF - Static variable in class com.syntifi.casper.sdk.model.clvalue.cltype.AbstractCLType
 
URefAccessRight - Enum in com.syntifi.casper.sdk.model.uref
Casper CLValue URef access rights definitons
URefDictionaryIdentifier - Class in com.syntifi.casper.sdk.identifier.dictionary
Identifier class passed to service CasperService.getStateDictionaryItem(String, DictionaryIdentifier) to Lookup a dictionary item via its seed URef
URefDictionaryIdentifier(URefSeed) - Constructor for class com.syntifi.casper.sdk.identifier.dictionary.URefDictionaryIdentifier
 
URefSeed - Class in com.syntifi.casper.sdk.identifier.dictionary
Seed URef for dictionary item calls
URefSeed() - Constructor for class com.syntifi.casper.sdk.identifier.dictionary.URefSeed
 
URefSeed(String, URef) - Constructor for class com.syntifi.casper.sdk.identifier.dictionary.URefSeed
 
usingPeer(String, int) - Static method in interface com.syntifi.casper.sdk.service.CasperService
Builds a CasperService for the node ip/port pair

V

Validator - Class in com.syntifi.casper.sdk.model.deploy
 
Validator() - Constructor for class com.syntifi.casper.sdk.model.deploy.Validator
 
ValidatorWeight - Class in com.syntifi.casper.sdk.model.era
Casper block validator weight
ValidatorWeight() - Constructor for class com.syntifi.casper.sdk.model.era.ValidatorWeight
 
value - Variable in class com.syntifi.casper.sdk.model.storedvalue.StoredValueAccount
 
value - Variable in class com.syntifi.casper.sdk.model.storedvalue.StoredValueBid
 
value - Variable in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContract
 
value - Variable in class com.syntifi.casper.sdk.model.storedvalue.StoredValueContractPackage
 
value - Variable in class com.syntifi.casper.sdk.model.storedvalue.StoredValueDeployInfo
 
value - Variable in class com.syntifi.casper.sdk.model.storedvalue.StoredValueEraInfo
 
value - Variable in class com.syntifi.casper.sdk.model.storedvalue.StoredValueTransfer
 
value - Variable in class com.syntifi.casper.sdk.model.storedvalue.StoredValueWithdraw
 
valueOf(String) - Static method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointAccessEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.casper.sdk.model.deploy.OpKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.casper.sdk.model.deploy.transform.WriteContract
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.casper.sdk.model.key.AlgorithmTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.casper.sdk.model.key.KeyTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.syntifi.casper.sdk.model.uref.URefAccessRight
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.syntifi.casper.sdk.model.clvalue.cltype.CLTypeData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointAccessEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.casper.sdk.model.contract.EntryPoint.EntryPointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.casper.sdk.model.deploy.OpKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.casper.sdk.model.deploy.transform.WriteContract
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.casper.sdk.model.key.AlgorithmTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.casper.sdk.model.key.KeyTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.casper.sdk.model.storedvalue.StoredValueTypeData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.syntifi.casper.sdk.model.uref.URefAccessRight
Returns an array containing the constants of this enum type, in the order they are declared.
VestingSchedule - Class in com.syntifi.casper.sdk.model.bid
Vesting schedule.
VestingSchedule() - Constructor for class com.syntifi.casper.sdk.model.bid.VestingSchedule
 

W

Withdraw - Class in com.syntifi.casper.sdk.model.transfer
A withdraw.
Withdraw() - Constructor for class com.syntifi.casper.sdk.model.transfer.Withdraw
 
WITHDRAW - com.syntifi.casper.sdk.model.key.KeyTag
 
WRITE - com.syntifi.casper.sdk.model.deploy.OpKind
 
WRITE - com.syntifi.casper.sdk.model.uref.URefAccessRight
 
WRITE_ACCOUNT - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WRITE_ADDI32 - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WRITE_ADDKEYS - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WRITE_ADDU128 - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WRITE_ADDU256 - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WRITE_ADDU512 - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WRITE_ADDU64 - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WRITE_BID - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WRITE_CLVALUE - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WRITE_CONTRACT - com.syntifi.casper.sdk.model.deploy.transform.WriteContract
 
WRITE_CONTRACT_PACKAGE - com.syntifi.casper.sdk.model.deploy.transform.WriteContract
 
WRITE_CONTRACT_WASM - com.syntifi.casper.sdk.model.deploy.transform.WriteContract
 
WRITE_DEPLOY_INFO - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WRITE_ERA_INFO - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WRITE_TRANSFER - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WRITE_WITHDRAW - com.syntifi.casper.sdk.model.deploy.transform.TransformTypeData
 
WriteAccount - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Writes the given Account to global state.
WriteAccount() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.WriteAccount
 
writeAny(CLValueAny) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
 
WriteBid - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Writes the given Bid to global state.
WriteBid() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.WriteBid
 
writeBigInteger(AbstractCLValue<BigInteger, ?>, CLTypeData) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes a BigInteger/U128-U256-U512 to the CLValue byte buffer
writeBool(CLValueBool) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes a boolean value to the CLValue byte buffer
writeByteArray(CLValueByteArray) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes a byte array value to the CLValue byte buffer
WriteCLValue - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Writes the given CLValue to global state.
WriteCLValue() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.WriteCLValue
 
WriteContract - Enum in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that specifies any of the enum values - Identity - WriteContractWasm - WriteContract - WriteContractPackage
WriteDeployInfo - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Writes the given DeployInfo to global state.
WriteDeployInfo() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.WriteDeployInfo
 
WriteEraInfo - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Writes the given EraInfo to global state.
WriteEraInfo() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.WriteEraInfo
 
writeI32(CLValueI32) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes an Integer/I32 value to the CLValue byte buffer
writeI64(CLValueI64) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes a Long/I64 value to the CLValue byte buffer
writeKey(CLValueKey) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes a Tag/Key Hex string to CLValue byte buffer
writePublicKey(CLValuePublicKey) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes a AlgorithmTag/Key Hex string to CLValue byte buffer
writeString(CLValueString) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes a String/String to the CLValue byte buffer
WriteTransfer - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Writes the given Transfer to global state.
WriteTransfer() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.WriteTransfer
 
writeU128(CLValueU128) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes a BigInteger/U128 to the CLValue byte buffer
writeU256(CLValueU256) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes a BigInteger/U256 to the CLValue byte buffer
writeU32(CLValueU32) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes an Unsigned Integer (Long)/U32 value to the CLValue byte buffer
writeU512(CLValueU512) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes a BigInteger/U512 to the CLValue byte buffer
writeU64(CLValueU64) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes an Unsigned Long (BigInteger)/U64 to the CLValue byte buffer
writeU8(CLValueU8) - Method in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
Writes a single byte value to the CLValue byte buffer
WriteWithdraw - Class in com.syntifi.casper.sdk.model.deploy.transform
An implmentation of Transform that Writes the given Withdraw to global state.
WriteWithdraw() - Constructor for class com.syntifi.casper.sdk.model.deploy.transform.WriteWithdraw
 

Z

ZERO - Static variable in class com.syntifi.casper.sdk.model.clvalue.encdec.CLValueEncoder
 
A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages