Package org.starcoin.types.event
Class MintEvent
java.lang.Object
org.starcoin.types.event.MintEvent
public final class MintEvent extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMintEvent.Builder -
Field Summary
Fields Modifier and Type Field Description BigIntegeramountTokenCodetoken_code -
Constructor Summary
Constructors Constructor Description MintEvent(BigInteger amount, TokenCode token_code) -
Method Summary
Modifier and Type Method Description static MintEventbcsDeserialize(byte[] input)byte[]bcsSerialize()static MintEventdeserialize(Deserializer deserializer)booleanequals(Object obj)inthashCode()voidserialize(Serializer serializer)
-
Field Details
-
amount
-
token_code
-
-
Constructor Details
-
MintEvent
-
-
Method Details
-
deserialize
- Throws:
DeserializationError
-
bcsDeserialize
- Throws:
DeserializationError
-
serialize
- Throws:
SerializationError
-
bcsSerialize
- Throws:
SerializationError
-
equals
-
hashCode
public int hashCode()
-