| 程序包 | 说明 |
|---|---|
| com.jccdex.rpc.core.coretypes | |
| com.jccdex.rpc.core.types.known.tx | |
| com.jccdex.rpc.core.types.known.tx.signed | |
| com.jccdex.rpc.crypto.ecdsa |
| 限定符和类型 | 方法和说明 |
|---|---|
static AccountID |
AccountID.fromKeyPair(IKeyPair kp) |
| 限定符和类型 | 方法和说明 |
|---|---|
SignedTransaction |
Transaction.sign(IKeyPair keyPair) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
IKeyPair |
Seed.rootKeyPair() |
Copyright © 2021. All rights reserved.