类 AccountResource
java.lang.Object
org.starcoin.types.AccountResource
-
嵌套类概要
-
字段概要
-
构造器概要
构造器说明AccountResource(List<Byte> authentication_key, Optional<WithdrawCapabilityResource> withdrawal_capability, Optional<KeyRotationCapabilityResource> key_rotation_capability, EventHandle withdraw_events, EventHandle deposit_events, EventHandle accept_token_events, Long sequence_number)
-
方法概要
修饰符和类型方法说明static AccountResource
bcsDeserialize(byte[] input)
byte[]
static AccountResource
deserialize(Deserializer deserializer)
boolean
int
hashCode()
void
serialize(Serializer serializer)
-
字段详细资料
-
authentication_key
-
withdrawal_capability
-
key_rotation_capability
-
withdraw_events
-
deposit_events
-
accept_token_events
-
sequence_number
-
-
构造器详细资料
-
AccountResource
public AccountResource(List<Byte> authentication_key, Optional<WithdrawCapabilityResource> withdrawal_capability, Optional<KeyRotationCapabilityResource> key_rotation_capability, EventHandle withdraw_events, EventHandle deposit_events, EventHandle accept_token_events, Long sequence_number)
-
-
方法详细资料
-
deserialize
-
bcsDeserialize
-
serialize
-
bcsSerialize
-
equals
-
hashCode
public int hashCode()
-