Avalanche SDK Client
    Preparing search index...

    Type Alias IssueTxParameters

    Parameters for the platform.issueTx method. Issue a transaction to the Platform Chain.

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

    Properties

    Properties

    encoding: "hex"

    The encoding format for the transaction bytes. Can only be hex when a value is provided

    tx: string

    The byte representation of a transaction