A B C D E F G H I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractRLPDataReader - Class in foundation.icon.ee.io
- AbstractRLPDataReader(byte[]) - Constructor for class foundation.icon.ee.io.AbstractRLPDataReader
- AbstractRLPDataWriter - Class in foundation.icon.ee.io
- AbstractRLPDataWriter() - Constructor for class foundation.icon.ee.io.AbstractRLPDataWriter
- accept(byte[], T) - Static method in class score.impl.struct.ASM
- Account - Class in com.iconloop.score.test
- Account(WorldState, Address) - Constructor for class com.iconloop.score.test.Account
- add(E) - Method in interface score.ArrayDB
- add(Object) - Method in class score.impl.AnyDBImpl
- addBalance(String, BigInteger) - Method in class com.iconloop.score.test.Account
-
Add specified value to stored balance
- addBalance(BigInteger) - Method in class com.iconloop.score.test.Account
-
Increase balance of the account
- addBalance(Address, BigInteger) - Method in class com.iconloop.score.test.WorldState
- Address - Class in score
- Address(byte[]) - Constructor for class score.Address
- aggregate(String, byte[], byte[]) - Static method in class score.Context
- aggregate(String, byte[], byte[]) - Static method in class score.impl.Crypto
- aggregateG1Values(byte[], byte[]) - Static method in class score.impl.bls12381.BLS12381
-
Returns aggregation of prevAgg and values.
- AnyDB - Interface in score.impl
- AnyDBImpl - Class in score.impl
-
Implementation class for
AnyDB
interface. - AnyDBImpl.ValueStore - Interface in score.impl
- apply() - Method in class com.iconloop.score.test.DataStore
- apply() - Method in class com.iconloop.score.test.WorldState
- array() - Method in class foundation.icon.ee.io.ByteArrayBuilder
- ArrayDB<E> - Interface in score
- asEventObjects(Object[]) - Static method in class score.impl.TypeConverter
- ASM - Class in score.impl.struct
- ASM() - Constructor for class score.impl.struct.ASM
- at(Object) - Method in class score.impl.AnyDBImpl
- at(K) - Method in interface score.BranchDB
B
- beginList() - Method in class score.impl.ObjectReaderImpl
- beginList() - Method in interface score.ObjectReader
- beginList(int) - Method in class score.impl.ObjectWriterImpl
- beginList(int) - Method in interface score.ObjectWriter
- beginMap() - Method in class score.impl.ObjectReaderImpl
- beginMap() - Method in interface score.ObjectReader
- beginMap(int) - Method in class score.impl.ObjectWriterImpl
- beginMap(int) - Method in interface score.ObjectWriter
- beginNullableList() - Method in class score.impl.ObjectReaderImpl
- beginNullableList() - Method in interface score.ObjectReader
- beginNullableList(int) - Method in class score.impl.ObjectWriterImpl
- beginNullableList(int) - Method in interface score.ObjectWriter
- beginNullableMap() - Method in class score.impl.ObjectReaderImpl
- beginNullableMap() - Method in interface score.ObjectReader
- beginNullableMap(int) - Method in class score.impl.ObjectWriterImpl
- beginNullableMap(int) - Method in interface score.ObjectWriter
- BLS12381 - Class in score.impl.bls12381
- BLS12381() - Constructor for class score.impl.bls12381.BLS12381
- bls12381G1Add(byte[], boolean) - Static method in class score.impl.Crypto
- bls12381G1ScalarMul(byte[], byte[], boolean) - Static method in class score.impl.Crypto
- bls12381G2Add(byte[], boolean) - Static method in class score.impl.Crypto
- bls12381G2ScalarMul(byte[], byte[], boolean) - Static method in class score.impl.Crypto
- bls12381PairingCheck(byte[], boolean) - Static method in class score.impl.Crypto
- BranchDB<K,V> - Interface in score
- ByteArrayBuilder - Class in foundation.icon.ee.io
- ByteArrayBuilder() - Constructor for class foundation.icon.ee.io.ByteArrayBuilder
- ByteArrayObjectWriter - Interface in score
C
- call(Account, BigInteger, Address, String, Object...) - Method in class com.iconloop.score.test.ServiceManager
-
Call specified method.
- call(Class<T>, String, Object...) - Method in class com.iconloop.score.test.Score
- call(Class<T>, BigInteger, Address, String, Object...) - Static method in class score.Context
- call(Class<T>, Address, String, Object...) - Method in class com.iconloop.score.test.ServiceManager
-
Call specified method for read.
- call(Class<T>, Address, String, Object...) - Static method in class score.Context
- call(String, Object...) - Method in class com.iconloop.score.test.Score
- call(BigInteger, Address, String, Object...) - Static method in class score.Context
- call(Address, String, Object...) - Method in class com.iconloop.score.test.ServiceManager
-
Call specified method for read.
- call(Address, String, Object...) - Static method in class score.Context
- capitalize(String) - Static method in interface score.impl.struct.Property
- cast(Object) - Static method in class score.impl.TypeConverter
- cast(Object, Class<T>) - Static method in class score.impl.TypeConverter
- castArray(Object, Class<?>) - Static method in class score.impl.TypeConverter
- ClassPropertyMemberInfo - Class in score.impl.struct
- ClassPropertyMemberInfo(Type, Type, boolean, List<PropertyMember>, List<PropertyMember>, List<PropertyMember>) - Constructor for class score.impl.struct.ClassPropertyMemberInfo
- ClassPropertyMemberInfoCollector - Class in score.impl.struct
- ClassPropertyMemberInfoCollector() - Constructor for class score.impl.struct.ClassPropertyMemberInfoCollector
- close() - Method in class foundation.icon.ee.io.ByteArrayBuilder
- com.iconloop.score.test - package com.iconloop.score.test
- Context - Class in score
- createAccount() - Method in class com.iconloop.score.test.ServiceManager
-
Create new EoA account.
- createAccount(int) - Method in class com.iconloop.score.test.ServiceManager
-
Create new EoA account with specified balance.
- createScoreAccount() - Method in class com.iconloop.score.test.ServiceManager
-
Create new dummy smart contract account.
- Crypto - Class in score.impl
- Crypto() - Constructor for class score.impl.Crypto
D
- DataReader - Interface in foundation.icon.ee.io
- DataStore<K,V> - Class in com.iconloop.score.test
- DataStore(DataStore<K, V>) - Constructor for class com.iconloop.score.test.DataStore
- DataWriter - Interface in foundation.icon.ee.io
- decapitalize(String) - Static method in interface score.impl.struct.Property
- deploy(byte[], Object...) - Static method in class score.Context
- deploy(Account, Class<?>, Object...) - Method in class com.iconloop.score.test.ServiceManager
-
Deploy contract
- deploy(Address, byte[], Object...) - Static method in class score.Context
- deploy(Address, Account, Object) - Method in class com.iconloop.score.test.ServiceManager
-
Deploy SCORE on specified address.
- DictDB<K,V> - Interface in score
E
- ecAdd(String, byte[], boolean) - Static method in class score.Context
- ecPairingCheck(String, byte[], boolean) - Static method in class score.Context
- ecScalarMul(String, byte[], byte[], boolean) - Static method in class score.Context
- EMPTY - Static variable in class com.iconloop.score.test.Event
- end() - Method in class score.impl.ObjectReaderImpl
- end() - Method in class score.impl.ObjectWriterImpl
- end() - Method in interface score.ObjectReader
- end() - Method in interface score.ObjectWriter
- equals(Object) - Method in class com.iconloop.score.test.Event
- equals(Object) - Method in class score.Address
- equals(Object) - Method in class score.impl.struct.Member
- Event - Class in com.iconloop.score.test
- Event(Address, Object[], Object[]) - Constructor for class com.iconloop.score.test.Event
- EventLog - Annotation Type in score.annotation
- External - Annotation Type in score.annotation
F
- FIELD - Static variable in class score.impl.struct.PropertyMember
- FieldProperty - Class in score.impl.struct
- FieldProperty(Field) - Constructor for class score.impl.struct.FieldProperty
- flush() - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- flush() - Method in class foundation.icon.ee.io.ByteArrayBuilder
- flush() - Method in interface foundation.icon.ee.io.DataWriter
- foundation.icon.ee.io - package foundation.icon.ee.io
- fromBytes(byte[]) - Static method in class score.impl.struct.ClassPropertyMemberInfo
- fromBytes(Class<T>, byte[]) - Static method in class score.impl.TypeConverter
- fromString(String) - Static method in class score.Address
G
- G1_LEN - Static variable in class score.impl.bls12381.BLS12381
- g1Add(byte[], boolean) - Static method in class score.impl.bls12381.BLS12381
- g1ScalarMul(byte[], byte[], boolean) - Static method in class score.impl.bls12381.BLS12381
- G2_LEN - Static variable in class score.impl.bls12381.BLS12381
- g2Add(byte[], boolean) - Static method in class score.impl.bls12381.BLS12381
- g2ScalarMul(byte[], byte[], boolean) - Static method in class score.impl.bls12381.BLS12381
- GenerateTScore - Annotation Type in com.iconloop.score.test
-
@GenerateTScore
is used to generate a wrapper SCORE class for testing. - GenerateTScoreProcessor - Class in com.iconloop.score.test
- GenerateTScoreProcessor() - Constructor for class com.iconloop.score.test.GenerateTScoreProcessor
- GenerateTScores - Annotation Type in com.iconloop.score.test
- get() - Method in class score.impl.AnyDBImpl
- get() - Method in interface score.VarDB
- get(int) - Method in interface score.ArrayDB
- get(int) - Method in class score.impl.AnyDBImpl
- get(Object) - Method in class score.impl.AnyDBImpl
- get(Object) - Method in class score.impl.struct.FieldProperty
- get(Object) - Method in class score.impl.struct.ReadableMethodProperty
- get(Object) - Method in interface score.impl.struct.ReadableProperty
- get(K) - Method in class com.iconloop.score.test.DataStore
- get(K) - Method in interface score.DictDB
- getAccess() - Method in class score.impl.struct.MemberDecl
- getAccount() - Method in class com.iconloop.score.test.Score
- getAccount(Address) - Static method in class com.iconloop.score.test.Account
-
Get the account with the address
- getAccount(Address) - Method in class com.iconloop.score.test.ServiceManager
-
Get account.
- getAddress() - Method in class com.iconloop.score.test.Account
-
Get address of the account
- getAddress() - Method in class com.iconloop.score.test.Score
- getAddress() - Static method in class score.Context
- getAddressBytesFromKey(byte[]) - Static method in class score.impl.Crypto
- getAddressFromKey(byte[]) - Static method in class score.Context
- getBalance() - Method in class com.iconloop.score.test.Account
-
Get current balance of the account
- getBalance(String) - Method in class com.iconloop.score.test.Account
-
Get stored balance for specified token
- getBalance(Address) - Method in class com.iconloop.score.test.WorldState
- getBalance(Address) - Static method in class score.Context
- getBlock() - Method in class com.iconloop.score.test.ServiceManager
-
Get last block information.
- getBlockHeight() - Static method in class score.Context
- getBlockTimestamp() - Static method in class score.Context
- getCaller() - Static method in class score.Context
- getClassPropertyInfo() - Method in class score.impl.struct.ClassPropertyMemberInfoCollector
- getCode() - Method in exception com.iconloop.score.test.ManualRevertException
- getCode() - Method in exception score.UserRevertedException
- getCode() - Method in exception score.UserRevertException
- getContract() - Method in class com.iconloop.score.test.Event
- getData(int) - Method in class com.iconloop.score.test.Event
- getDeclaringType() - Method in class score.impl.struct.PropertyMember
- getDescriptor() - Method in class score.impl.struct.Member
- getDescriptor() - Method in class score.impl.struct.MemberDecl
- getFeeSharingProportion() - Static method in class score.Context
- getFields() - Method in class score.impl.struct.ClassPropertyMemberInfo
- getGetters() - Method in class score.impl.struct.ClassPropertyMemberInfo
- getHeight() - Method in interface com.iconloop.score.test.ServiceManager.Block
-
Get height of the block
- getIndexed(int) - Method in class com.iconloop.score.test.Event
- getInstance() - Method in class com.iconloop.score.test.Score
- getInstance() - Static method in class com.iconloop.score.test.ServiceManager
-
Get singleton instance.
- getLastEventLogs() - Method in class com.iconloop.score.test.ServiceManager
-
Get event logs of the last transaction.
- getMember() - Method in class score.impl.struct.MemberDecl
- getMember() - Method in class score.impl.struct.PropertyMember
- getMethodDecls() - Method in class score.impl.struct.MethodCollector
- getMethodID() - Method in class score.impl.struct.Member
- getName() - Method in class score.impl.struct.FieldProperty
- getName() - Method in class score.impl.struct.Member
- getName() - Method in class score.impl.struct.MemberDecl
- getName() - Method in class score.impl.struct.MethodProperty
- getName() - Method in interface score.impl.struct.Property
- getName() - Method in class score.impl.struct.PropertyMember
- getOrDefault(E) - Method in interface score.VarDB
- getOrDefault(Object) - Method in class score.impl.AnyDBImpl
- getOrDefault(Object, Object) - Method in class score.impl.AnyDBImpl
- getOrDefault(K, V) - Method in class com.iconloop.score.test.DataStore
- getOrDefault(K, V) - Method in interface score.DictDB
- getOrigin() - Static method in class score.Context
- getOriginalName() - Method in class score.impl.struct.PropertyMember
- getOriginalType() - Method in class score.impl.struct.PropertyMember
- getOwner() - Method in class com.iconloop.score.test.Score
- getOwner() - Static method in class score.Context
- getReadableProperties(Object) - Static method in interface score.impl.struct.Property
- getScore(Address) - Method in class com.iconloop.score.test.WorldState
- getServiceManager() - Static method in class com.iconloop.score.test.TestBase
- getSetters() - Method in class score.impl.struct.ClassPropertyMemberInfo
- getSort() - Method in class score.impl.struct.PropertyMember
- getSuperName() - Method in class score.impl.struct.MethodCollector
- getSuperType() - Method in class score.impl.struct.ClassPropertyMemberInfo
- getSupportedAnnotationTypes() - Method in class com.iconloop.score.test.GenerateTScoreProcessor
- getSupportedSourceVersion() - Method in class com.iconloop.score.test.GenerateTScoreProcessor
- GETTER - Static variable in class score.impl.struct.PropertyMember
- getTimestamp() - Method in interface com.iconloop.score.test.ServiceManager.Block
-
Get timestamp of the block
- getTotalReadBytes() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- getTotalReadBytes() - Method in interface foundation.icon.ee.io.DataReader
- getTotalWrittenBytes() - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- getTotalWrittenBytes() - Method in interface foundation.icon.ee.io.DataWriter
- getTransactionHash() - Static method in class score.Context
- getTransactionIndex() - Static method in class score.Context
- getTransactionNonce() - Static method in class score.Context
- getTransactionTimestamp() - Static method in class score.Context
- getType() - Method in class score.impl.struct.ClassPropertyMemberInfo
- getType() - Method in class score.impl.struct.FieldProperty
- getType() - Method in class score.impl.struct.Member
- getType() - Method in class score.impl.struct.MethodProperty
- getType() - Method in interface score.impl.struct.Property
- getType() - Method in class score.impl.struct.PropertyMember
- getValue() - Static method in class score.Context
- getValue(Class<T>, String) - Method in class com.iconloop.score.test.Score
- getValue(Class<T>, String) - Method in interface score.impl.AnyDBImpl.ValueStore
- getValue(Class<T>, Address, String) - Method in class com.iconloop.score.test.ServiceManager
-
Get value of the storage of the contract.
- getValue(Address, String) - Method in class com.iconloop.score.test.WorldState
- getWritableProperty(Class<?>, String) - Static method in interface score.impl.struct.Property
H
- hash(String, byte[]) - Static method in class score.Context
- hash(String, byte[]) - Static method in class score.impl.Crypto
- hashCode() - Method in class score.Address
- hashCode() - Method in class score.impl.struct.Member
- hashOfTransactionAt(int) - Method in interface com.iconloop.score.test.ServiceManager.Block
-
Calculate hash of transaction at the index
- hasNext() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- hasNext() - Method in interface foundation.icon.ee.io.DataReader
- hasNext() - Method in class score.impl.ObjectReaderImpl
- hasNext() - Method in interface score.ObjectReader
I
- ICX - Static variable in class com.iconloop.score.test.TestBase
- identity() - Static method in class score.impl.bls12381.BLS12381
- increase() - Method in interface com.iconloop.score.test.ServiceManager.Block
-
Increase last block height by one.
- increase(long) - Method in interface com.iconloop.score.test.ServiceManager.Block
-
Increase last block height
- indexed() - Method in annotation type score.annotation.EventLog
- invoke(Account, String, Object...) - Method in class com.iconloop.score.test.Score
- invoke(Account, BigInteger, String, Object...) - Method in class com.iconloop.score.test.Score
- invoke(Account, BigInteger, Address, String, Object...) - Method in class com.iconloop.score.test.ServiceManager
-
Invoke specified method for write.
- isContract() - Method in class score.Address
- isCreatable() - Method in class score.impl.struct.ClassPropertyMemberInfo
- isGetter(Method) - Static method in interface score.impl.struct.Property
- isValidEventValue(Object) - Static method in class score.impl.TypeConverter
K
- kBooleanGetterLength - Static variable in interface score.impl.struct.Property
- kBooleanGetterPrefix - Static variable in interface score.impl.struct.Property
- keccack256(byte[]) - Static method in class score.impl.Crypto
- Keep - Annotation Type in score.annotation
- kJavaLangClassPrefix - Static variable in interface score.impl.struct.Property
- kNormalGetterLength - Static variable in interface score.impl.struct.Property
- kNormalGetterPrefix - Static variable in interface score.impl.struct.Property
- kSetterLength - Static variable in interface score.impl.struct.Property
- kSetterPrefix - Static variable in interface score.impl.struct.Property
L
- LENGTH - Static variable in class score.Address
- logEvent(Object[], Object[]) - Static method in class score.Context
M
- ManualRevertException - Exception in com.iconloop.score.test
-
ManualRevertException is thrown by
Context
with user code. - ManualRevertException() - Constructor for exception com.iconloop.score.test.ManualRevertException
- ManualRevertException(int, String) - Constructor for exception com.iconloop.score.test.ManualRevertException
- ManualRevertException(String) - Constructor for exception com.iconloop.score.test.ManualRevertException
- ManualRevertException(String, Throwable) - Constructor for exception com.iconloop.score.test.ManualRevertException
- map(Map<String, byte[]>) - Static method in class score.impl.struct.ClassPropertyMemberInfo
- match(Event) - Method in class com.iconloop.score.test.Event
- Member - Class in score.impl.struct
- Member(String, String) - Constructor for class score.impl.struct.Member
- Member(String, Type) - Constructor for class score.impl.struct.Member
- MemberDecl - Class in score.impl.struct
- MemberDecl(int, String, String) - Constructor for class score.impl.struct.MemberDecl
- MemberDecl(int, Member) - Constructor for class score.impl.struct.MemberDecl
- method - Variable in class score.impl.struct.MethodProperty
- MethodCollector - Class in score.impl.struct
- MethodCollector() - Constructor for class score.impl.struct.MethodCollector
- MethodProperty - Class in score.impl.struct
- MethodProperty(Method) - Constructor for class score.impl.struct.MethodProperty
N
- newArrayDB(String, Class<E>) - Static method in class score.Context
- newArrayDB(AnyDBImpl.ValueStore, String, Class<E>) - Static method in class score.impl.AnyDBImpl
-
Make new ArrayDB to access the store
- newBranchDB(String, Class<?>) - Static method in class score.Context
- newBranchDB(AnyDBImpl.ValueStore, String, Class<?>) - Static method in class score.impl.AnyDBImpl
-
Make new BranchDB to access the store.
- newByteArrayObjectReader(String, byte[]) - Static method in class score.Context
- newByteArrayObjectWriter(String) - Static method in class score.Context
- newDictDB(String, Class<V>) - Static method in class score.Context
- newDictDB(AnyDBImpl.ValueStore, String, Class<V>) - Static method in class score.impl.AnyDBImpl
-
Make new DictDB to access the store.
- newScoreAccount(int) - Static method in class com.iconloop.score.test.Account
-
Deprecated.Replaced by
ServiceManager.createScoreAccount()
- newVarDB(String, Class<E>) - Static method in class score.Context
- newVarDB(AnyDBImpl.ValueStore, String, Class<E>) - Static method in class score.impl.AnyDBImpl
-
Make new VarDB to access the store
- numberOfData() - Method in class com.iconloop.score.test.Event
- numberOfIndexed() - Method in class com.iconloop.score.test.Event
O
- ObjectReader - Interface in score
- ObjectReaderImpl - Class in score.impl
- ObjectReaderImpl(DataReader) - Constructor for class score.impl.ObjectReaderImpl
- ObjectWriter - Interface in score
- ObjectWriterImpl - Class in score.impl
- ObjectWriterImpl(DataWriter) - Constructor for class score.impl.ObjectWriterImpl
- Optional - Annotation Type in score.annotation
- OutOfBalanceException - Exception in com.iconloop.score.test
- OutOfBalanceException() - Constructor for exception com.iconloop.score.test.OutOfBalanceException
- OutOfBalanceException(String) - Constructor for exception com.iconloop.score.test.OutOfBalanceException
- OutOfBalanceException(String, Throwable) - Constructor for exception com.iconloop.score.test.OutOfBalanceException
- OutOfBalanceException(Throwable) - Constructor for exception com.iconloop.score.test.OutOfBalanceException
P
- pairingCheck(byte[], boolean) - Static method in class score.impl.bls12381.BLS12381
- parent() - Method in class com.iconloop.score.test.DataStore
- payable() - Method in annotation type com.iconloop.score.test.TExternal
- Payable - Annotation Type in score.annotation
- peekBigInteger(byte[], int, int) - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- peekBigInteger(byte[], int, int) - Method in class foundation.icon.ee.io.RLPDataReader
- peekBigInteger(byte[], int, int) - Method in class foundation.icon.ee.io.RLPNDataReader
- peekNull(byte[], int, int, boolean) - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- peekNull(byte[], int, int, boolean) - Method in class foundation.icon.ee.io.RLPDataReader
- peekNull(byte[], int, int, boolean) - Method in class foundation.icon.ee.io.RLPNDataReader
- pop() - Method in class com.iconloop.score.test.WorldState
- pop() - Method in interface score.ArrayDB
- pop() - Method in class score.impl.AnyDBImpl
- println(String) - Static method in class score.Context
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.iconloop.score.test.GenerateTScoreProcessor
- Property - Interface in score.impl.struct
- PropertyMember - Class in score.impl.struct
- PropertyMember(int, Type, String, String) - Constructor for class score.impl.struct.PropertyMember
- PropertyMember(int, Type, String, Type) - Constructor for class score.impl.struct.PropertyMember
- push() - Method in class com.iconloop.score.test.WorldState
R
- read(Class<T>) - Method in class score.impl.ObjectReaderImpl
- read(Class<T>) - Method in interface score.ObjectReader
- ReadableMethodProperty - Class in score.impl.struct
- ReadableMethodProperty(Method) - Constructor for class score.impl.struct.ReadableMethodProperty
- ReadableProperty - Interface in score.impl.struct
- readAddress() - Method in class score.impl.ObjectReaderImpl
- readAddress() - Method in interface score.ObjectReader
- readBigInteger() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readBigInteger() - Method in interface foundation.icon.ee.io.DataReader
- readBigInteger() - Method in class score.impl.ObjectReaderImpl
- readBigInteger() - Method in interface score.ObjectReader
- readBoolean() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readBoolean() - Method in interface foundation.icon.ee.io.DataReader
- readBoolean() - Method in class score.impl.ObjectReaderImpl
- readBoolean() - Method in interface score.ObjectReader
- readByte() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readByte() - Method in interface foundation.icon.ee.io.DataReader
- readByte() - Method in class score.impl.ObjectReaderImpl
- readByte() - Method in interface score.ObjectReader
- readByteArray() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readByteArray() - Method in interface foundation.icon.ee.io.DataReader
- readByteArray() - Method in class score.impl.ObjectReaderImpl
- readByteArray() - Method in interface score.ObjectReader
- readChar() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readChar() - Method in interface foundation.icon.ee.io.DataReader
- readChar() - Method in class score.impl.ObjectReaderImpl
- readChar() - Method in interface score.ObjectReader
- readDouble() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readDouble() - Method in interface foundation.icon.ee.io.DataReader
- readDouble() - Method in class score.impl.ObjectReaderImpl
- readDouble() - Method in interface score.ObjectReader
- readFloat() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readFloat() - Method in interface foundation.icon.ee.io.DataReader
- readFloat() - Method in class score.impl.ObjectReaderImpl
- readFloat() - Method in interface score.ObjectReader
- readFooter() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readFooter() - Method in interface foundation.icon.ee.io.DataReader
- readInt() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readInt() - Method in interface foundation.icon.ee.io.DataReader
- readInt() - Method in class score.impl.ObjectReaderImpl
- readInt() - Method in interface score.ObjectReader
- readListHeader() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readListHeader() - Method in interface foundation.icon.ee.io.DataReader
- readLong() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readLong() - Method in interface foundation.icon.ee.io.DataReader
- readLong() - Method in class score.impl.ObjectReaderImpl
- readLong() - Method in interface score.ObjectReader
- readMapHeader() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readMapHeader() - Method in interface foundation.icon.ee.io.DataReader
- readNullable(Class<T>) - Method in class score.impl.ObjectReaderImpl
- readNullable(Class<T>) - Method in interface score.ObjectReader
- readNullableOrDefault(Class<T>, T) - Method in class score.impl.ObjectReaderImpl
- readNullableOrDefault(Class<T>, T) - Method in interface score.ObjectReader
- readNullity() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readNullity() - Method in interface foundation.icon.ee.io.DataReader
- readonly() - Method in annotation type com.iconloop.score.test.TExternal
- readonly() - Method in annotation type score.annotation.External
- readOrDefault(Class<T>, T) - Method in class score.impl.ObjectReaderImpl
- readOrDefault(Class<T>, T) - Method in interface score.ObjectReader
- readShort() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readShort() - Method in interface foundation.icon.ee.io.DataReader
- readShort() - Method in class score.impl.ObjectReaderImpl
- readShort() - Method in interface score.ObjectReader
- readString() - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- readString() - Method in interface foundation.icon.ee.io.DataReader
- readString() - Method in class score.impl.ObjectReaderImpl
- readString() - Method in interface score.ObjectReader
- recoverKey(String, byte[], byte[], boolean) - Static method in class score.Context
- recoverKey(String, byte[], byte[], boolean) - Static method in class score.impl.Crypto
- removeLast() - Method in interface score.ArrayDB
- removeLast() - Method in class score.impl.AnyDBImpl
- require(boolean) - Static method in class score.Context
- require(boolean, String) - Static method in class score.Context
- requireCharacterRange(BigInteger) - Static method in class score.impl.TypeConverter
- resize(int) - Method in class foundation.icon.ee.io.ByteArrayBuilder
- revert() - Static method in class score.Context
- revert(int) - Static method in class score.Context
- revert(int, String) - Static method in class score.Context
- revert(String) - Static method in class score.Context
- RevertedException - Exception in score
- RevertedException() - Constructor for exception score.RevertedException
- RevertedException(String) - Constructor for exception score.RevertedException
- RevertedException(String, Throwable) - Constructor for exception score.RevertedException
- RevertedException(Throwable) - Constructor for exception score.RevertedException
- RLPDataReader - Class in foundation.icon.ee.io
- RLPDataReader(byte[]) - Constructor for class foundation.icon.ee.io.RLPDataReader
- RLPDataWriter - Class in foundation.icon.ee.io
- RLPDataWriter() - Constructor for class foundation.icon.ee.io.RLPDataWriter
- RLPNDataReader - Class in foundation.icon.ee.io
- RLPNDataReader(byte[]) - Constructor for class foundation.icon.ee.io.RLPNDataReader
- RLPNDataWriter - Class in foundation.icon.ee.io
- RLPNDataWriter() - Constructor for class foundation.icon.ee.io.RLPNDataWriter
- RuntimeAssertionError - Exception in score.impl.struct
- RuntimeAssertionError(String, Throwable) - Constructor for exception score.impl.struct.RuntimeAssertionError
S
- score - package score
- Score - Class in com.iconloop.score.test
- Score(Account, Account) - Constructor for class com.iconloop.score.test.Score
- score.annotation - package score.annotation
- score.impl - package score.impl
- score.impl.bls12381 - package score.impl.bls12381
- score.impl.struct - package score.impl.struct
- ServiceManager - Class in com.iconloop.score.test
- ServiceManager() - Constructor for class com.iconloop.score.test.ServiceManager
- ServiceManager.Block - Interface in com.iconloop.score.test
- set(int, E) - Method in interface score.ArrayDB
- set(int, Object) - Method in class score.impl.AnyDBImpl
- set(E) - Method in interface score.VarDB
- set(Object) - Method in class score.impl.AnyDBImpl
- set(Object, Object) - Method in class score.impl.AnyDBImpl
- set(Object, Object) - Method in class score.impl.struct.FieldProperty
- set(Object, Object) - Method in class score.impl.struct.WritableMethodProperty
- set(Object, Object) - Method in interface score.impl.struct.WritableProperty
- set(K, V) - Method in class com.iconloop.score.test.DataStore
- set(K, V) - Method in interface score.DictDB
- setFeeSharingProportion(int) - Static method in class score.Context
- setInstance(Object) - Method in class com.iconloop.score.test.Score
- setScore(Address, Score) - Method in class com.iconloop.score.test.WorldState
- SETTER - Static variable in class score.impl.struct.PropertyMember
- setValue(String, Object) - Method in class com.iconloop.score.test.Score
- setValue(String, Object) - Method in interface score.impl.AnyDBImpl.ValueStore
- setValue(Address, String, byte[]) - Method in class com.iconloop.score.test.WorldState
- setValue(Address, String, Object) - Method in class com.iconloop.score.test.ServiceManager
-
Set value of the storage of the contract.
- sha256(byte[]) - Static method in class score.impl.Crypto
- sha3_256(byte[]) - Static method in class score.impl.Crypto
- size() - Method in class foundation.icon.ee.io.ByteArrayBuilder
- size() - Method in interface score.ArrayDB
- size() - Method in class score.impl.AnyDBImpl
- skip() - Method in class score.impl.ObjectReaderImpl
- skip() - Method in interface score.ObjectReader
- skip(int) - Method in class foundation.icon.ee.io.AbstractRLPDataReader
- skip(int) - Method in interface foundation.icon.ee.io.DataReader
- skip(int) - Method in class score.impl.ObjectReaderImpl
- skip(int) - Method in interface score.ObjectReader
- subtractBalance(String, BigInteger) - Method in class com.iconloop.score.test.Account
-
Subtract specified value from stored balance
- subtractBalance(BigInteger) - Method in class com.iconloop.score.test.Account
-
Decrease balance of the account
- subtractBalance(Address, BigInteger) - Method in class com.iconloop.score.test.WorldState
- suffix() - Method in annotation type com.iconloop.score.test.GenerateTScore
T
- TestBase - Class in com.iconloop.score.test
- TestBase() - Constructor for class com.iconloop.score.test.TestBase
- TExternal - Annotation Type in com.iconloop.score.test
-
@TExternal
is used in the generated SCORE class byGenerateTScore
. - toByteArray() - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- toByteArray() - Method in interface foundation.icon.ee.io.DataWriter
- toByteArray() - Method in class score.Address
- toByteArray() - Method in interface score.ByteArrayObjectWriter
- toByteArray() - Method in class score.impl.ObjectWriterImpl
- toByteArray(BigInteger) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- toByteArray(BigInteger) - Method in class foundation.icon.ee.io.RLPDataWriter
- toByteArray(BigInteger) - Method in class foundation.icon.ee.io.RLPNDataWriter
- toBytes(Object) - Static method in class score.impl.TypeConverter
- TOptional - Annotation Type in com.iconloop.score.test
-
@TOptional
is used in the generated SCORE class byGenerateTScore
. - toString() - Method in class com.iconloop.score.test.Account
- toString() - Method in class com.iconloop.score.test.Event
- toString() - Method in class score.Address
- transfer(Account, Address, BigInteger) - Method in class com.iconloop.score.test.ServiceManager
-
Transfer native coin It simulates icx_sendTransaction with no dataType.
- transfer(Address, BigInteger) - Static method in class score.Context
- TScore - Annotation Type in com.iconloop.score.test
-
@TScore
is used in the generated SCORE class byGenerateTScore
. - TypeConverter - Class in score.impl
- TypeConverter() - Constructor for class score.impl.TypeConverter
U
- unexpected(Throwable) - Static method in exception score.impl.struct.RuntimeAssertionError
- UserRevertedException - Exception in score
- UserRevertedException() - Constructor for exception score.UserRevertedException
- UserRevertedException(int) - Constructor for exception score.UserRevertedException
- UserRevertedException(int, String) - Constructor for exception score.UserRevertedException
- UserRevertedException(int, String, Throwable) - Constructor for exception score.UserRevertedException
- UserRevertedException(int, Throwable) - Constructor for exception score.UserRevertedException
- UserRevertedException(String) - Constructor for exception score.UserRevertedException
- UserRevertedException(String, Throwable) - Constructor for exception score.UserRevertedException
- UserRevertedException(Throwable) - Constructor for exception score.UserRevertedException
- UserRevertException - Exception in score
- UserRevertException() - Constructor for exception score.UserRevertException
- UserRevertException(String) - Constructor for exception score.UserRevertException
- UserRevertException(String, Throwable) - Constructor for exception score.UserRevertException
- UserRevertException(Throwable) - Constructor for exception score.UserRevertException
V
- value() - Method in annotation type com.iconloop.score.test.GenerateTScore
- value() - Method in annotation type com.iconloop.score.test.GenerateTScores
- VarDB<E> - Interface in score
- verifyG2Signature(byte[], byte[], byte[]) - Static method in class score.impl.bls12381.BLS12381
- verifySignature(String, byte[], byte[], byte[]) - Static method in class score.Context
- verifySignature(String, byte[], byte[], byte[]) - Static method in class score.impl.Crypto
- visit(int, int, String, String, String, String[]) - Method in class score.impl.struct.ClassPropertyMemberInfoCollector
- visit(int, int, String, String, String, String[]) - Method in class score.impl.struct.MethodCollector
- visitField(int, String, String, String, Object) - Method in class score.impl.struct.ClassPropertyMemberInfoCollector
- visitMethod(int, String, String, String, String[]) - Method in class score.impl.struct.ClassPropertyMemberInfoCollector
- visitMethod(int, String, String, String, String[]) - Method in class score.impl.struct.MethodCollector
W
- WorldState - Class in com.iconloop.score.test
- WorldState() - Constructor for class com.iconloop.score.test.WorldState
- WritableMethodProperty - Class in score.impl.struct
- WritableMethodProperty(Method) - Constructor for class score.impl.struct.WritableMethodProperty
- WritableProperty - Interface in score.impl.struct
- write(boolean) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- write(boolean) - Method in interface foundation.icon.ee.io.DataWriter
- write(boolean) - Method in class score.impl.ObjectWriterImpl
- write(boolean) - Method in interface score.ObjectWriter
- write(byte) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- write(byte) - Method in interface foundation.icon.ee.io.DataWriter
- write(byte) - Method in class score.impl.ObjectWriterImpl
- write(byte) - Method in interface score.ObjectWriter
- write(byte[]) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- write(byte[]) - Method in class foundation.icon.ee.io.ByteArrayBuilder
- write(byte[]) - Method in interface foundation.icon.ee.io.DataWriter
- write(byte[]) - Method in class score.impl.ObjectWriterImpl
- write(byte[]) - Method in interface score.ObjectWriter
- write(byte[], int, int) - Method in class foundation.icon.ee.io.ByteArrayBuilder
- write(char) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- write(char) - Method in interface foundation.icon.ee.io.DataWriter
- write(char) - Method in class score.impl.ObjectWriterImpl
- write(char) - Method in interface score.ObjectWriter
- write(double) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- write(double) - Method in interface foundation.icon.ee.io.DataWriter
- write(double) - Method in class score.impl.ObjectWriterImpl
- write(double) - Method in interface score.ObjectWriter
- write(float) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- write(float) - Method in interface foundation.icon.ee.io.DataWriter
- write(float) - Method in class score.impl.ObjectWriterImpl
- write(float) - Method in interface score.ObjectWriter
- write(int) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- write(int) - Method in class foundation.icon.ee.io.ByteArrayBuilder
- write(int) - Method in interface foundation.icon.ee.io.DataWriter
- write(int) - Method in class score.impl.ObjectWriterImpl
- write(int) - Method in interface score.ObjectWriter
- write(long) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- write(long) - Method in interface foundation.icon.ee.io.DataWriter
- write(long) - Method in class score.impl.ObjectWriterImpl
- write(long) - Method in interface score.ObjectWriter
- write(short) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- write(short) - Method in interface foundation.icon.ee.io.DataWriter
- write(short) - Method in class score.impl.ObjectWriterImpl
- write(short) - Method in interface score.ObjectWriter
- write(Object) - Method in class score.impl.ObjectWriterImpl
- write(Object) - Method in interface score.ObjectWriter
- write(Object...) - Method in class score.impl.ObjectWriterImpl
- write(Object...) - Method in interface score.ObjectWriter
- write(String) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- write(String) - Method in interface foundation.icon.ee.io.DataWriter
- write(String) - Method in class score.impl.ObjectWriterImpl
- write(String) - Method in interface score.ObjectWriter
- write(BigInteger) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- write(BigInteger) - Method in interface foundation.icon.ee.io.DataWriter
- write(BigInteger) - Method in class score.impl.ObjectWriterImpl
- write(BigInteger) - Method in interface score.ObjectWriter
- write(Address) - Method in class score.impl.ObjectWriterImpl
- write(Address) - Method in interface score.ObjectWriter
- writeFooter() - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- writeFooter() - Method in interface foundation.icon.ee.io.DataWriter
- writeListHeader(int) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- writeListHeader(int) - Method in interface foundation.icon.ee.io.DataWriter
- writeListOf(Object...) - Method in class score.impl.ObjectWriterImpl
- writeListOf(Object...) - Method in interface score.ObjectWriter
- writeListOfNullable(Object...) - Method in class score.impl.ObjectWriterImpl
- writeListOfNullable(Object...) - Method in interface score.ObjectWriter
- writeMapHeader(int) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- writeMapHeader(int) - Method in interface foundation.icon.ee.io.DataWriter
- writeNull() - Method in class score.impl.ObjectWriterImpl
- writeNull() - Method in interface score.ObjectWriter
- writeNullable(Object) - Method in class score.impl.ObjectWriterImpl
- writeNullable(Object) - Method in interface score.ObjectWriter
- writeNullable(Object...) - Method in class score.impl.ObjectWriterImpl
- writeNullable(Object...) - Method in interface score.ObjectWriter
- writeNullity(boolean) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- writeNullity(boolean) - Method in interface foundation.icon.ee.io.DataWriter
- writeNullity(ByteArrayBuilder, boolean) - Method in class foundation.icon.ee.io.AbstractRLPDataWriter
- writeNullity(ByteArrayBuilder, boolean) - Method in class foundation.icon.ee.io.RLPDataWriter
- writeNullity(ByteArrayBuilder, boolean) - Method in class foundation.icon.ee.io.RLPNDataWriter
All Classes All Packages