Interface IORequestSignTransactionsRedirect_Inputs

Information to send NEAR wallet for signing transactions and redirecting the browser back to the calling application

Hierarchy

  • IORequestSignTransactionsRedirect_Inputs

Properties

callback_url?: string

url NEAR Wallet will redirect to after transaction signing is complete

meta?: string

meta information NEAR Wallet will send back to the application. meta will be attached to the callbackUrl as a url search param

transactions: Transaction[]

list of transactions to sign

Generated using TypeDoc