Index

B C D E G H I J N P S U V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

BigIntHexDeserialize - Class in xyz.voltawallet.internal.jackson
 
BigIntHexDeserialize() - Constructor for class xyz.voltawallet.internal.jackson.BigIntHexDeserialize
 
BigIntHexSerialize - Class in xyz.voltawallet.internal.jackson
 
BigIntHexSerialize() - Constructor for class xyz.voltawallet.internal.jackson.BigIntHexSerialize
 
Blockchain - Enum Class in xyz.voltawallet.constant
 
build() - Method in class xyz.voltawallet.model.UserOperation.Builder
 
build(UserOperation) - Method in interface xyz.voltawallet.VoltaClient
 
builder() - Static method in class xyz.voltawallet.model.UserOperation
 

C

chainId - Variable in enum class xyz.voltawallet.constant.Blockchain
 
chainName - Variable in enum class xyz.voltawallet.constant.Blockchain
 
copyToBuilder() - Method in class xyz.voltawallet.model.UserOperation
 
createVoltaClient(String) - Static method in class xyz.voltawallet.internal.VoltaFactory
Provide a singleton instance of VoltaClient

D

DEFAULT_ENTRY_POINT_ADDRESS - Static variable in enum class xyz.voltawallet.constant.Blockchain
 
deserialize(JsonParser, DeserializationContext) - Method in class xyz.voltawallet.internal.jackson.BigIntHexDeserialize
 

E

EstimateFeeResponse - Class in xyz.voltawallet.internal.model
 
EstimateFeeResponse() - Constructor for class xyz.voltawallet.internal.model.EstimateFeeResponse
 
ETHEREUM_GOERLI - Enum constant in enum class xyz.voltawallet.constant.Blockchain
 
ETHEREUM_MAINNET - Enum constant in enum class xyz.voltawallet.constant.Blockchain
 

G

getBlockchain() - Method in class xyz.voltawallet.model.UserOperation
 
getCallData() - Method in class xyz.voltawallet.model.UserOperation
 
getCallGasLimit() - Method in class xyz.voltawallet.internal.model.EstimateFeeResponse
 
getCallGasLimit() - Method in class xyz.voltawallet.model.UserOperation
 
getCode() - Method in class xyz.voltawallet.internal.model.VoltaError
 
getEntryPointAddress() - Method in class xyz.voltawallet.model.UserOperation
 
getError() - Method in class xyz.voltawallet.internal.model.JsonRpcMessage
 
getId() - Method in class xyz.voltawallet.internal.model.JsonRpcMessage
 
getInitCode() - Method in class xyz.voltawallet.model.UserOperation
 
getJsonrpc() - Method in class xyz.voltawallet.internal.model.JsonRpcMessage
 
getMaxFeePerGas() - Method in class xyz.voltawallet.model.UserOperation
 
getMaxPriorityFeePerGas() - Method in class xyz.voltawallet.model.UserOperation
 
getMessage() - Method in class xyz.voltawallet.internal.model.VoltaError
 
getMethod() - Method in class xyz.voltawallet.internal.model.JsonRpcMessage
 
getNonce() - Method in class xyz.voltawallet.model.UserOperation
 
getParams() - Method in class xyz.voltawallet.internal.model.JsonRpcMessage
 
getPaymasterAndData() - Method in class xyz.voltawallet.model.UserOperation
 
getPreVerificationGas() - Method in class xyz.voltawallet.internal.model.EstimateFeeResponse
 
getPreVerificationGas() - Method in class xyz.voltawallet.model.UserOperation
 
getResult() - Method in class xyz.voltawallet.internal.model.JsonRpcMessage
 
getSender() - Method in class xyz.voltawallet.model.UserOperation
 
getSignature() - Method in class xyz.voltawallet.model.UserOperation
 
getVerificationGas() - Method in class xyz.voltawallet.internal.model.EstimateFeeResponse
 
getVerificationGasLimit() - Method in class xyz.voltawallet.internal.model.EstimateFeeResponse
 
getVerificationGasLimit() - Method in class xyz.voltawallet.model.UserOperation
 

H

has0XPrefix(String) - Static method in class xyz.voltawallet.utility.Utility
 

I

isHexAddress(String) - Static method in class xyz.voltawallet.utility.Utility
 
isHexData(String) - Static method in class xyz.voltawallet.utility.Utility
 
isNullOrBlank(String) - Static method in class xyz.voltawallet.utility.Utility
 

J

JsonRpcMessage<R> - Class in xyz.voltawallet.internal.model
 
JsonRpcMessage() - Constructor for class xyz.voltawallet.internal.model.JsonRpcMessage
 
JsonRpcMessage(String, String, Object, int) - Constructor for class xyz.voltawallet.internal.model.JsonRpcMessage
 

N

newVoltaClient(String) - Static method in class xyz.voltawallet.VoltaSdk
Returns a new instance of VoltaClient for the given bundle service URL.

P

POLYGON_MUMBAI - Enum constant in enum class xyz.voltawallet.constant.Blockchain
 

S

send(UserOperation) - Method in interface xyz.voltawallet.VoltaClient
 
serialize(BigInteger, JsonGenerator, SerializerProvider) - Method in class xyz.voltawallet.internal.jackson.BigIntHexSerialize
 
setBlockchain(Blockchain) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
setCallData(String) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
setCallGasLimit(BigInteger) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
setEntryPointAddress(String) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
setInitCode(String) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
setMaxFeePerGas(BigInteger) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
setMaxPriorityFeePerGas(BigInteger) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
setNonce(BigInteger) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
setPaymasterAndData(String) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
setPreVerificationGas(BigInteger) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
setSender(String) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
setSignature(String) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
setVerificationGasLimit(BigInteger) - Method in class xyz.voltawallet.model.UserOperation.Builder
 
sign(String...) - Method in class xyz.voltawallet.model.UserOperation
 

U

UserOperation - Class in xyz.voltawallet.model
 
UserOperation() - Constructor for class xyz.voltawallet.model.UserOperation
 
UserOperation.Builder - Class in xyz.voltawallet.model
 
Utility - Class in xyz.voltawallet.utility
 
Utility() - Constructor for class xyz.voltawallet.utility.Utility
 

V

valueOf(String) - Static method in enum class xyz.voltawallet.constant.Blockchain
Returns the enum constant of this class with the specified name.
values() - Static method in enum class xyz.voltawallet.constant.Blockchain
Returns an array containing the constants of this enum class, in the order they are declared.
VoltaClient - Interface in xyz.voltawallet
 
VoltaError - Class in xyz.voltawallet.internal.model
 
VoltaError() - Constructor for class xyz.voltawallet.internal.model.VoltaError
 
VoltaException - Exception in xyz.voltawallet.exception
 
VoltaException(String) - Constructor for exception xyz.voltawallet.exception.VoltaException
 
VoltaFactory - Class in xyz.voltawallet.internal
 
VoltaFactory() - Constructor for class xyz.voltawallet.internal.VoltaFactory
 
VoltaSdk - Class in xyz.voltawallet
 
VoltaSdk() - Constructor for class xyz.voltawallet.VoltaSdk
 

X

xyz.voltawallet - package xyz.voltawallet
 
xyz.voltawallet.constant - package xyz.voltawallet.constant
 
xyz.voltawallet.exception - package xyz.voltawallet.exception
 
xyz.voltawallet.internal - package xyz.voltawallet.internal
 
xyz.voltawallet.internal.jackson - package xyz.voltawallet.internal.jackson
 
xyz.voltawallet.internal.model - package xyz.voltawallet.internal.model
 
xyz.voltawallet.model - package xyz.voltawallet.model
 
xyz.voltawallet.utility - package xyz.voltawallet.utility
 
B C D E G H I J N P S U V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form