static TransactionAwait |
AccountService.createNamedAccount(NearService nearService,
java.lang.String mainDomain,
java.lang.String newAccountId,
PublicKey newAccountPublicKey,
java.math.BigInteger amountToNewAccount,
java.lang.String creatorAccountId,
PublicKey creatorPublicKey,
PrivateKey creatorPrivateKey) |
|
static TransactionAwait |
AccountService.createNamedAccount(Network network,
java.lang.String newAccountId,
PublicKey newAccountPublicKey,
java.math.BigInteger amountToNewAccount,
java.lang.String creatorAccountId,
PublicKey creatorPublicKey,
PrivateKey creatorPrivateKey) |
|
static TransactionAwait |
AccountService.createSubAccount(NearService nearService,
java.lang.String newAccountId,
java.math.BigInteger amountToNewAccount,
java.lang.String creatorAccountId,
PublicKey creatorPublicKey,
PrivateKey creatorPrivateKey) |
|
TransactionAwait |
NearService.sendTransactionAwait(java.lang.String base64EncodedSignedTransaction) |
Sends a transaction and waits until transaction is fully complete.
|
static TransactionAwait |
TransactionService.sendTransactionAwait(NearService nearService,
java.lang.String signerId,
java.lang.String receiverId,
PublicKey signerPublicKey,
PrivateKey signerPrivateKey,
java.util.List<Action> actionList) |
|
static TransactionAwait |
TransactionService.sendTransferActionAwait(NearService nearService,
java.lang.String signerId,
java.lang.String receiverId,
PublicKey signerPublicKey,
PrivateKey signerPrivateKey,
java.math.BigInteger amount) |
|