Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WalletTransactionSender

This is an implementation of TransactionSender. It is used to send transactions by sending the to the NEAR wallet via redirect.

example
const transactionSender = new WalletTransactionSender({ wallet })

Hierarchy

  • WalletTransactionSender

Implements

Index

Constructors

constructor

Properties

Private wallet

wallet: WalletConnection

Methods

bundleCreateSignAndSend

createSignAndSend

send

  • send(signedTransaction: SignedTransaction): Promise<FinalExecutionOutcome>

Generated using TypeDoc