avax.issueTx

Send a signed transaction to the network.

Description

Send a signed transaction to the network. encoding specifies the format of the signed transaction. Can only be hex when a value is provided.

Signature:

avax.issueTx({  
    tx: string,  
    encoding: string, //optional  
}) -> {  
    txID: string  
}

Language
Authorization
Header
Click Try It! to start a request and see the response here!