Skip to main content

Type Alias: ISendTransactionOptions

type ISendTransactionOptions: object;

The options for sending a transaction.

Type declaration

shouldValidate?

optional shouldValidate: boolean;

If true, the transaction will be validated before sending. If the transaction is invalid, an error will be thrown. If false, the transaction will not be validated before sending.

Default

true

Defined

@nilfoundation/niljs/src/clients/types/ISendTransactionOptions.ts:4