@xoxno/sdk-js
    Preparing search index...

    Interface StellarPrepareOptions

    Options for preparing unsigned XDR. The wallet must sign on this network.

    interface StellarPrepareOptions {
        invokedContractId?: string;
        network?: StellarNetwork;
    }
    Index

    Properties

    invokedContractId?: string

    Contract used to qualify errors before mapping controller/pool error codes.

    network?: StellarNetwork

    Selected Stellar network. Omission preserves the legacy unsigned-XDR API.