| 限定符和类型 | 字段和说明 |
|---|---|
IKeyPair |
Account.keyPair |
| 构造器和说明 |
|---|
Account(AccountID id,
IKeyPair keyPair,
TrackedAccountRoot root,
TransactionManager tm)
Set Account parameters
|
| 构造器和说明 |
|---|
TransactionManager(Client client,
TrackedAccountRoot accountRoot,
AccountID accountID,
IKeyPair keyPair)
TransactionManager constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static AccountID |
AccountID.fromKeyPair(IKeyPair kp)
From keypair.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SignedTransaction |
Transaction.sign(IKeyPair keyPair) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SignedTransaction.multiSign(IKeyPair keyPair) |
void |
SignedTransaction.multiSignPrepare(IKeyPair keyPair,
Amount fee,
UInt32 Sequence,
UInt32 lastLedgerSequence) |
void |
SignedTransaction.prepare(IKeyPair keyPair,
Amount fee,
UInt32 Sequence,
UInt32 lastLedgerSequence) |
void |
SignedTransaction.sign(IKeyPair keyPair) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
EDKeyPair |
class |
K256KeyPair |
| 限定符和类型 | 方法和说明 |
|---|---|
static IKeyPair |
Seed.createKeyPair(byte[] seedBytes) |
static IKeyPair |
Seed.createKeyPair(byte[] seedBytes,
int accountNumber) |
static IKeyPair |
Seed.getKeyPair(byte[] seedBytes) |
static IKeyPair |
Seed.getKeyPair(String b58) |
IKeyPair |
Seed.keyPair() |
IKeyPair |
Seed.keyPair(int account) |
static IKeyPair |
Seed.randomKeyPair() |
IKeyPair |
Seed.rootKeyPair() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SMKeyPair |
Copyright © 2021. All rights reserved.