Avalanche SDK Client
    Preparing search index...

    Type Alias IssueTxParameters

    The parameters for the platform.issueTx method.

    The transaction to issue.

    The encoding of the transaction.

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

    Properties

    Properties

    encoding: "hex"
    tx: string