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 EncodedHash |
AccountService.createNamedAccountAsync(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 EncodedHash |
AccountService.createNamedAccountAsync(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) |
|
static EncodedHash |
AccountService.createSubAccountAsync(NearService nearService,
java.lang.String newAccountId,
java.math.BigInteger amountToNewAccount,
java.lang.String creatorAccountId,
PublicKey creatorPublicKey,
PrivateKey creatorPrivateKey) |
|
static java.lang.String |
BaseService.prepareTransactionForActionList(NearService nearService,
java.lang.String signerId,
java.lang.String receiverId,
PublicKey signerPublicKey,
PrivateKey signerPrivateKey,
java.util.List<Action> actionList) |
Prepares the transaction to send and automatically queries for the next nonce
|
static java.lang.String |
BaseService.prepareTransactionForActionList(NearService nearService,
java.lang.String signerId,
java.lang.String receiverId,
PublicKey signerPublicKey,
PrivateKey signerPrivateKey,
java.util.List<Action> actionList,
java.lang.Long nonce) |
Prepares the transaction to send with a given nonce
|
static EncodedHash |
TransactionService.sendTransactionAsync(NearService nearService,
java.lang.String signerId,
java.lang.String receiverId,
PublicKey signerPublicKey,
PrivateKey signerPrivateKey,
java.util.List<Action> actionList) |
|
static TransactionAwait |
TransactionService.sendTransactionAwait(NearService nearService,
java.lang.String signerId,
java.lang.String receiverId,
PublicKey signerPublicKey,
PrivateKey signerPrivateKey,
java.util.List<Action> actionList) |
|
static EncodedHash |
TransactionService.sendTransferActionAsync(NearService nearService,
java.lang.String signerId,
java.lang.String receiverId,
PublicKey signerPublicKey,
PrivateKey signerPrivateKey,
java.math.BigInteger amount) |
|
static TransactionAwait |
TransactionService.sendTransferActionAwait(NearService nearService,
java.lang.String signerId,
java.lang.String receiverId,
PublicKey signerPublicKey,
PrivateKey signerPrivateKey,
java.math.BigInteger amount) |
|