web3
web3
io.github.liewhite.web3
Extensions
io.github.liewhite.web3.common
ConvertFromScala
ConvertFromScala
EmptyTupleConverter
UnitConverter
io.github.liewhite.web3.contract
ABIFunction
ABIPack
ABIPack
SizeValidator
io.github.liewhite.web3.contract.types
ABIAddress
ABIAddress
given_ABIPack_ABIAddress
given_ConvertFromScala_Address_ABIAddress
given_ConvertFromScala_Array_ABIAddress
given_ConvertFromScala_String_ABIAddress
ABIBool
ABIBool
given_ABIPack_ABIBool
given_Conversion_Boolean_ABIBool
given_ConvertFromScala_Boolean_ABIBool
ABIDynamicArray
ABIDynamicArray
ABIDynamicBytes
ABIDynamicBytes
ABIInt
ABIInt
ABIIntN
ABIIntN
ABIMap
ABIMap
ABIStaticArray
ABIStaticArray
ABIStaticBytes
ABIStaticBytes
ABIString
ABIString
given_ABIPack_ABIString
given_ConvertFromScala_String_ABIString
ABIType
ABIUint
ABIUint
ABIUintN
ABIUintN
io.github.liewhite.web3.rpc
Web3Client
Web3ClientWithCredential
io.github.liewhite.web3.types
Address
Address
given_MappedEncoding_Address_String
given_MappedEncoding_String_Address
given_TField_Address
BytesType
TxHash
io.github.liewhite.web3.utils.block_ingester
BlockInfo
BlockIngester
io.github.liewhite.web3.utils.block_ingester.state
BlockIngesterState
DbState
DbStateStorage
MemStateStorage
TBlockStateStorage
io.github.liewhite.web3.utils.client
ClientPool
io.github.liewhite.web3.wallet
Account
Bip44Wallet
Bip44Wallet
web3
/
io.github.liewhite.web3.contract
/
ABIFunction
ABIFunction
class
ABIFunction
[
IN
,
OUT
](
val
name:
String
)(
using
inPack:
ABIPack
[
IN
],
outPack:
ABIPack
[
OUT
])
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
functionSignature
:
String
def
packInput
[
T
](
args:
T
)(
using
converter:
ConvertFromScala
[
T
,
IN
]):
Array
[
Byte
]
def
packInputWithSelector
[
T
](
args:
T
)(
using
converter:
ConvertFromScala
[
T
,
IN
]):
Array
[
Byte
]
def
packOutput
[
T
](
args:
T
)(
using
converter:
ConvertFromScala
[
T
,
OUT
]):
Array
[
Byte
]
def
selector
:
Array
[
Byte
]
override
def
toString
:
String
Definition Classes
Any
def
unpackInput
(
args:
Array
[
Byte
]):
IN
def
unpackOutput
(
args:
Array
[
Byte
]):
OUT
Concrete fields
val
name
:
String