A B C D E F G H I L N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Account - Class in com.iconloop.score.test
- 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
- Address - Class in score
- Address(byte[]) - Constructor for class score.Address
- AnyDB - Interface in score.impl
- AnyDBImpl - Class in score.impl
- AnyDBImpl(String, Class<?>) - Constructor for class score.impl.AnyDBImpl
- ArrayDB<E> - Interface in score
- at(Object) - Method in class score.impl.AnyDBImpl
- at(K) - Method in interface score.BranchDB
B
- Block(long, long) - Constructor for class com.iconloop.score.test.ServiceManager.Block
- BranchDB<K,V> - Interface in score
C
- call(Account, BigInteger, Address, String, Object...) - Method in class com.iconloop.score.test.ServiceManager
- call(Class<?>, BigInteger, Address, String, Object...) - Method in class com.iconloop.score.test.ServiceManager
- 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...) - Static method in class score.Context
- com.iconloop.score.test - package com.iconloop.score.test
- Context - Class in score
- createAccount() - Method in class com.iconloop.score.test.ServiceManager
- createAccount(int) - Method in class com.iconloop.score.test.ServiceManager
D
- deploy(Account, Class<?>, Object...) - Method in class com.iconloop.score.test.ServiceManager
- DictDB<K,V> - Interface in score
E
- equals(Object) - Method in class score.Address
- EventLog - Annotation Type in score.annotation
- External - Annotation Type in score.annotation
F
- Frame(Account, Account, boolean, String, BigInteger) - Constructor for class com.iconloop.score.test.ServiceManager.Frame
- fromString(String) - Static method in class score.Address
G
- 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(K) - Method in interface score.DictDB
- getAccount() - Method in class com.iconloop.score.test.Score
- getAccount(Address) - Static method in class com.iconloop.score.test.Account
- getAddress() - Method in class com.iconloop.score.test.Account
- getAddress() - Method in class com.iconloop.score.test.Score
- getAddress() - Method in class com.iconloop.score.test.ServiceManager
- getAddress() - Static method in class score.Context
- getAddressFromKey(byte[]) - Static method in class score.Context
- getBalance() - Method in class com.iconloop.score.test.Account
- getBalance(String) - Method in class com.iconloop.score.test.Account
- getBalance(Address) - Static method in class score.Context
- getBlock() - Method in class com.iconloop.score.test.ServiceManager
- getBlockHeight() - Static method in class score.Context
- getBlockTimestamp() - Static method in class score.Context
- getCaller() - Method in class com.iconloop.score.test.ServiceManager
- getCaller() - Static method in class score.Context
- getCurrentFrame() - Method in class com.iconloop.score.test.ServiceManager
- getFirstFrame() - Method in class com.iconloop.score.test.ServiceManager
- getHeight() - Method in class com.iconloop.score.test.ServiceManager.Block
- getInstance() - Method in class com.iconloop.score.test.Score
- getInstance() - Static method in class com.iconloop.score.test.ServiceManager.Block
- 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 interface score.DictDB
- getOrigin() - Method in class com.iconloop.score.test.ServiceManager
- getOrigin() - Static method in class score.Context
- getOwner() - Method in class com.iconloop.score.test.Score
- getOwner() - Method in class com.iconloop.score.test.ServiceManager
- getOwner() - Static method in class score.Context
- getServiceManager() - Static method in class com.iconloop.score.test.TestBase
- getStorage(String) - Method in class com.iconloop.score.test.ServiceManager
- getTimestamp() - Method in class com.iconloop.score.test.ServiceManager.Block
- 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
- getValue() - Method in class com.iconloop.score.test.ServiceManager.Frame
- getValue() - Static method in class score.Context
H
- hashCode() - Method in class score.Address
I
- ICX - Static variable in class com.iconloop.score.test.TestBase
- increase() - Method in class com.iconloop.score.test.ServiceManager.Block
- increase(long) - Method in class com.iconloop.score.test.ServiceManager.Block
- indexed() - Method in annotation type score.annotation.EventLog
- invoke(Account, String, Object...) - Method in class com.iconloop.score.test.Score
- isContract() - Method in class score.Address
- isReadonly() - Method in class com.iconloop.score.test.ServiceManager.Frame
L
- LENGTH - Static variable in class score.Address
- logEvent(Object[], Object[]) - Static method in class score.Context
N
- newArrayDB(String, Class<E>) - Static method in class score.Context
- newBranchDB(String, Class<?>) - Static method in class score.Context
- newDictDB(String, Class<V>) - Static method in class score.Context
- newExternalAccount(int) - Static method in class com.iconloop.score.test.Account
- newScoreAccount(int) - Static method in class com.iconloop.score.test.Account
- newVarDB(String, Class<E>) - Static method in class score.Context
O
- Optional - Annotation Type in score.annotation
P
- Payable - Annotation Type in score.annotation
- pop() - Method in interface score.ArrayDB
- pop() - Method in class score.impl.AnyDBImpl
- popFrame() - Method in class com.iconloop.score.test.ServiceManager
- println(String) - Static method in class score.Context
- pushFrame(Account, Account, boolean, String, BigInteger) - Method in class com.iconloop.score.test.ServiceManager
- putStorage(String, Object) - Method in class com.iconloop.score.test.ServiceManager
R
- readonly() - Method in annotation type score.annotation.External
- recoverKey(byte[], byte[], boolean) - Static method in class score.Context
- 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
- 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
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
- ServiceManager - Class in com.iconloop.score.test
- ServiceManager() - Constructor for class com.iconloop.score.test.ServiceManager
- ServiceManager.Block - Class in com.iconloop.score.test
- ServiceManager.Frame - Class 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(K, V) - Method in interface score.DictDB
- setInstance(Object) - Method in class com.iconloop.score.test.Score
- sha256(byte[]) - Static method in class score.Context
- sha3_256(byte[]) - Static method in class score.Context
- size() - Method in interface score.ArrayDB
- size() - Method in class score.impl.AnyDBImpl
- subtractBalance(String, BigInteger) - Method in class com.iconloop.score.test.Account
T
- TestBase - Class in com.iconloop.score.test
- TestBase() - Constructor for class com.iconloop.score.test.TestBase
- toByteArray() - Method in class score.Address
- toString() - Method in class com.iconloop.score.test.Account
- toString() - Method in class score.Address
- transfer(Account, Address, BigInteger) - Method in class com.iconloop.score.test.ServiceManager
- transfer(Address, BigInteger) - Static method in class score.Context
V
A B C D E F G H I L N O P R S T VAll Classes All Packages