Avalanche SDK Client
    Preparing search index...

    Type Alias SendXPTransactionReturnType

    The return type for the sendXPTransaction method

    type SendXPTransactionReturnType = {
        chainAlias: "X" | "P" | "C";
        txHash: string;
    }
    Index

    Properties

    Properties

    chainAlias: "X" | "P" | "C"

    The chain alias "X" | "P" | "C"

    txHash: string

    The hash of the transaction string