Avalanche SDK Client
    Preparing search index...

    Type Alias PChainTransactionType

    PChainTransactionType:
        | {
            encoding: "json";
            tx: {
                credentials: (...)[];
                unsignedTx: { blockchainID: ...; inputs: ...; memo: ...; networkID: ...; outputs: ...; rewardsOwner: ...; stake: ...; subnetID: ...; validator: ... };
            };
        }
        | { encoding: "hex"; tx: string }