public class AccountID extends Hash160
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AccountID.Translator |
static class |
AccountID.UnknownAlias |
Hash.HashTranslator<T extends Hash>| 限定符和类型 | 字段和说明 |
|---|---|
static AccountIDField |
Account |
String |
address |
static Map<String,AccountID> |
aliases |
static AccountIDField |
Destination |
static AccountIDField |
Issuer |
static AccountID |
NEUTRAL |
static AccountIDField |
Owner |
static AccountIDField |
Platform |
static AccountIDField |
RegularKey |
static AccountID |
SWT_ISSUER |
static AccountIDField |
Target |
static AccountID.Translator |
translate |
static AccountID |
XRP_ISSUER1 |
TakerGetsCurrency, TakerGetsIssuer, TakerPaysCurrency, TakerPaysIssuer| 限定符和类型 | 方法和说明 |
|---|---|
static AccountIDField |
accountField(Field f) |
static AccountID |
accountForAlias(String value) |
static AccountID |
addAliasFromPassPhrase(String n,
String n2) |
static AccountID |
fromAddress(String address) |
static AccountID |
fromAddressBytes(byte[] bytes) |
static AccountID |
fromBytes(byte[] bytes) |
static AccountID |
fromInteger(Integer n) |
static AccountID |
fromKeyPair(com.jccdex.core.crypto.ecdsa.IKeyPair kp) |
static AccountID |
fromPassPhrase(String phrase) |
static AccountID |
fromSeedBytes(byte[] seed) |
static AccountID |
fromSeedString(String seed) |
static AccountID |
fromString(String value) |
int |
hashCode() |
boolean |
isNativeIssuer() |
Issue |
issue(Currency c) |
Issue |
issue(String code) |
Hash256 |
lineIndex(Issue issue) |
byte[] |
toBytes() |
void |
toBytesSink(com.jccdex.core.serialized.BytesSink to) |
String |
toHex() |
Object |
toJSON() |
String |
toString() |
Type |
type() |
hash160Fieldbytes, compareBytes, compareStartingAt, compareTo, equals, get, slice, slicepublic static AccountID NEUTRAL
public static AccountID XRP_ISSUER1
public static AccountID SWT_ISSUER
public final String address
public static AccountID.Translator translate
public static AccountIDField Account
public static AccountIDField Owner
public static AccountIDField Destination
public static AccountIDField Issuer
public static AccountIDField Target
public static AccountIDField RegularKey
public static AccountIDField Platform
public AccountID(byte[] bytes)
public AccountID(byte[] bytes,
String address)
public static AccountID fromKeyPair(com.jccdex.core.crypto.ecdsa.IKeyPair kp)
public static AccountID fromSeedBytes(byte[] seed)
public static AccountID fromBytes(byte[] bytes)
public static AccountID fromAddressBytes(byte[] bytes)
public boolean isNativeIssuer()
public Object toJSON()
toJSON 在接口中 SerializedTypetoJSON 在类中 Hash160public byte[] toBytes()
toBytes 在接口中 SerializedTypetoBytes 在类中 Hash160public String toHex()
toHex 在接口中 SerializedTypetoHex 在类中 Hash160public void toBytesSink(com.jccdex.core.serialized.BytesSink to)
toBytesSink 在接口中 SerializedTypetoBytesSink 在类中 Hash160public Type type()
type 在接口中 SerializedTypetype 在类中 Hash160public static AccountIDField accountField(Field f)
Copyright © 2021. All rights reserved.