Avalanche SDK Client
    Preparing search index...

    Type Alias IssueTxParameters

    Parameters for the avm.issueTx method. This method sends a signed transaction to the network.

    type IssueTxParameters = {
        encoding: "hex";
        tx: string;
    }
    Index

    Properties

    Properties

    encoding: "hex"

    The encoding format for the transaction data. Must be "hex".

    tx: string

    The signed transaction in hex format