Skip to content

EVM transaction for precompile calls.

Defined in: packages/bitbadgesjs-sdk/src/signing/types.ts:46

EVM transaction for precompile calls.

Properties

data

data: string

Defined in: packages/bitbadgesjs-sdk/src/signing/types.ts:50

Encoded function call data


gasLimit?

optional gasLimit?: number

Defined in: packages/bitbadgesjs-sdk/src/signing/types.ts:54

Gas limit for the transaction


to

to: string

Defined in: packages/bitbadgesjs-sdk/src/signing/types.ts:48

Target contract address (precompile address)


value

value: string

Defined in: packages/bitbadgesjs-sdk/src/signing/types.ts:52

Value to send (typically "0" for precompiles)

Edit this page on GitHub