📍ftm.sendRawTransaction()

Description: Sends a raw, signed transaction to the network.

Parameters

Name

Type

Description

data

string

The signed transaction (typically signed using a library with your private key).

Returns

Type

Description

result

The transaction hash, or the zero hash if the transaction is not yet available.

Last updated