Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KI5FPL/tronj
/ functions
Functions
626 in github.com/KI5FPL/tronj
⨍
Functions
626
◇
Types & classes
226
Method
bytes32PaddedLength
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/DynamicArray.java:48
Method
bytes32PaddedLength
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Utf8String.java:27
Method
bytes32PaddedLength
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Array.java:55
Method
calculateECDHKeyAgreement
Calculates an ECDH key agreement between the private and the public key. @param privKey The private key. @param theirPubKey The public key. @return T
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:285
Method
canBeInstantiatedWithLessThan32Elements
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/datatypes/StaticArrayTest.java:28
Method
canBeInstantiatedWithSizeMatchingType
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/datatypes/StaticArrayTest.java:35
Method
create
Creates a new signature object given its parameters. @param r the 'r' part of the signature. @param s the 's' part of the signature. @param recId the
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:558
Method
decodeEventParameter
( String rawInput, TypeReference<T> typeReference)
abi/src/main/java/com/github/ki5fpl/tronj/abi/DefaultFunctionReturnDecoder.java:53
Method
decodeFunctionResult
( String rawInput, List<TypeReference<Type>> outputParameters)
abi/src/main/java/com/github/ki5fpl/tronj/abi/DefaultFunctionReturnDecoder.java:41
Method
encodeFunction
(final Function function)
abi/src/main/java/com/github/ki5fpl/tronj/abi/DefaultFunctionEncoder.java:25
Method
equals
(final Object other)
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:321
Method
equals
(final Object other)
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:430
Method
equals
(final Object other)
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:598
Method
equals
(Object o)
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/BytesType.java:43
Method
equals
(Object o)
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/NumericType.java:40
Method
equals
(Object o)
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Utf8String.java:42
Method
equals
(Object o)
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Array.java:82
Method
equals
(Object o)
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Address.java:79
Method
equals
(final Object o)
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/primitive/PrimitiveType.java:42
Method
generate
()
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:485
Method
getAlgorithm
()
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:344
Method
getAlgorithm
()
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:449
Method
getBitSize
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/NumericType.java:38
Method
getBitSize
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/IntType.java:33
Method
getBitSize
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/FixedPointType.java:33
Method
getEncoded
()
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:331
Method
getEncodedBytes
()
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:336
Method
getFirst
()
utils/src/main/java/com/github/ki5fpl/tronj/crypto/Pair.java:19
Method
getFormat
()
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:349
Method
getFormat
()
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:454
Method
getIndexedValues
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/EventValues.java:29
Method
getJavaVersion
()
utils/src/main/java/com/github/ki5fpl/tronj/commons/JavaVersion.java:17
Method
getJavaVersionAsDouble
()
utils/src/main/java/com/github/ki5fpl/tronj/commons/JavaVersion.java:21
Method
getNonIndexedValues
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/EventValues.java:33
Method
getOwnerType
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/TypeReference.java:195
Method
getSecond
()
utils/src/main/java/com/github/ki5fpl/tronj/crypto/Pair.java:23
Method
getTypeAsString
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/DynamicStruct.java:48
Method
getTypeAsString
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Bool.java:31
Method
getTypeAsString
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/BytesType.java:38
Method
getTypeAsString
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/NumericType.java:28
Method
getTypeAsString
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/StaticStruct.java:35
Method
getTypeAsString
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/DynamicArray.java:58
Method
getTypeAsString
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Utf8String.java:37
Method
getTypeAsString
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/StaticArray.java:77
Method
getTypeAsString
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Array.java:74
Method
getTypeAsString
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/primitive/PrimitiveType.java:35
Method
getValue
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Bool.java:36
Method
getValue
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/BytesType.java:33
Method
getValue
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/NumericType.java:33
Method
getValue
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Utf8String.java:32
Method
getValue
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/StaticArray.java:71
Method
getValue
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Array.java:65
Method
getValue
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Address.java:74
Method
getValue
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/primitive/PrimitiveType.java:30
Method
hashCode
()
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:354
Method
hashCode
()
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:459
Method
hashCode
()
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:608
Method
hashCode
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Bool.java:55
Method
hashCode
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/BytesType.java:60
Method
hashCode
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/NumericType.java:58
Method
hashCode
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Utf8String.java:56
Method
hashCode
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Array.java:99
Method
hashCode
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/Address.java:93
Method
hashCode
()
abi/src/main/java/com/github/ki5fpl/tronj/abi/datatypes/primitive/PrimitiveType.java:54
Method
hmacSha512
(byte[] key, byte[] input)
utils/src/main/java/com/github/ki5fpl/tronj/crypto/Hash.java:111
Method
keyPairOfHex
(String hexPrivateKey)
client/src/main/java/com/github/ki5fpl/tronj/client/TronClient.java:48
Method
main
(String[] args)
demo/src/main/java/demo/App.java:117
Method
multiDimArrays
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/TypeDecoderTest.java:1161
Method
ofMainnet
()
client/src/main/java/com/github/ki5fpl/tronj/client/TronClient.java:36
Method
recoverFromSignature
(final Bytes32 dataHash, final Signature signature)
utils/src/main/java/com/github/ki5fpl/tronj/crypto/SECP256K1.java:406
Method
sha256hash160
(byte[] input)
utils/src/main/java/com/github/ki5fpl/tronj/crypto/Hash.java:120
Method
testABIv2ConstructorEncode
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/DefaultFunctionEncoderTest.java:256
Method
testAddress
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/TypeEncoderTest.java:1127
Method
testAddress
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/TypeDecoderTest.java:1004
Method
testAddressConverting
()
utils/src/test/java/com/github/ki5fpl/tronj/utils/Base58CheckTest.java:13
Method
testArrayOfBytes
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/TypeEncoderTest.java:1203
Method
testArrayOfStrings
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/TypeEncoderTest.java:1267
Method
testBoolDecode
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/TypeDecoderTest.java:106
Method
testBoolDecodeGivenOffset
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/TypeDecoderTest.java:127
Method
testBoolEncode
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/TypeEncoderTest.java:107
Method
testBuildEmptyMethodSignature
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/DefaultFunctionEncoderTest.java:43
Method
testBuildEventSignature
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/EventEncoderTest.java:28
Method
testBuildMessageSignature
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/DefaultFunctionEncoderTest.java:35
Method
testBuildMethodId
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/DefaultFunctionEncoderTest.java:30
Method
testBuildMethodSignature
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/EventEncoderTest.java:52
Method
testByte
()
utils/src/test/java/com/github/ki5fpl/tronj/crypto/HashTest.java:102
Method
testCapitaliseFirstLetter
()
utils/src/test/java/com/github/ki5fpl/tronj/utils/StringsTest.java:48
Method
testCleanHexPrefix
()
utils/src/test/java/com/github/ki5fpl/tronj/utils/NumericTest.java:125
Method
testConvert
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/datatypes/FixedPointTypeTest.java:23
Method
testCreation
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/datatypes/EventTest.java:28
Method
testDecodeDynamicStruct
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/FunctionReturnDecoderTest.java:266
Method
testDecodeDynamicStruct2
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/FunctionReturnDecoderTest.java:283
Method
testDecodeIndexedBytes16Value
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/FunctionReturnDecoderTest.java:217
Method
testDecodeIndexedBytes32Value
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/FunctionReturnDecoderTest.java:207
Method
testDecodeIndexedDynamicArrayValue
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/FunctionReturnDecoderTest.java:239
Method
testDecodeIndexedDynamicBytesValue
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/FunctionReturnDecoderTest.java:227
Method
testDecodeIndexedStringValue
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/FunctionReturnDecoderTest.java:196
Method
testDecodeIndexedUint256Value
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/FunctionReturnDecoderTest.java:186
Method
testDecodeMultipleStringValues
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/FunctionReturnDecoderTest.java:108
Method
testDecodeStaticArrayValue
()
abi/src/test/java/com/github/ki5fpl/tronj/abi/FunctionReturnDecoderTest.java:140
← previous
next →
401–500 of 626, ranked by callers