跳到主要内容
版本:near-api-js@1.1.0

Interface: SignAndSendTransactionOptions

account.SignAndSendTransactionOptions

Options used to initiate sining and sending transactions

Properties

actions

actions: Action[]

Defined in

account.ts:68


receiverId

receiverId: string

Defined in

account.ts:67


returnError

Optional returnError: boolean

Defined in

account.ts:79


walletCallbackUrl

Optional walletCallbackUrl: string

Callback url to send the NEAR Wallet if using it to sign transactions.

See

RequestSignTransactionsOptions

Defined in

account.ts:78


walletMeta

Optional walletMeta: string

Metadata to send the NEAR Wallet if using it to sign transactions.

See

RequestSignTransactionsOptions

Defined in

account.ts:73