Uses of Class
org.starcoin.types.TokenCode
-
Packages that use TokenCode Package Description org.starcoin.types org.starcoin.types.event -
-
Uses of TokenCode in org.starcoin.types
Methods in org.starcoin.types that return TokenCode Modifier and Type Method Description static TokenCodeTokenCode. bcsDeserialize(byte[] input)TokenCodeTokenCode.Builder. build()static TokenCodeTokenCode. deserialize(Deserializer deserializer) -
Uses of TokenCode in org.starcoin.types.event
Fields in org.starcoin.types.event declared as TokenCode Modifier and Type Field Description TokenCodeAcceptTokenEvent.Builder. token_codeTokenCodeAcceptTokenEvent. token_codeTokenCodeDepositEvent.Builder. token_codeTokenCodeDepositEvent. token_codeTokenCodeMintEvent.Builder. token_codeTokenCodeMintEvent. token_codeTokenCodeWithdrawEvent.Builder. token_codeTokenCodeWithdrawEvent. token_codeConstructors in org.starcoin.types.event with parameters of type TokenCode Constructor Description AcceptTokenEvent(TokenCode token_code)DepositEvent(BigInteger amount, TokenCode token_code, Bytes metadata)MintEvent(BigInteger amount, TokenCode token_code)WithdrawEvent(BigInteger amount, TokenCode token_code, Bytes metadata)
-