This is an implementation of TransactionSender. It is used to send transactions with a Provider from near-api-js.
Provider
near-api-js
const transactionSender = new ProviderTransactionSender({ provider: near.connection.provider })
TransactionSender.bundleCreateSignAndSend
TransactionSender.createSignAndSend
TransactionSender.send
Generated using TypeDoc
This is an implementation of TransactionSender. It is used to send transactions with a
Provider
fromnear-api-js
.