@multiversx/sdk-core - v15.0.0
    Preparing search index...

    Interface SmartContractDeployOutcome

    interface SmartContractDeployOutcome {
        contracts: DeployedSmartContract[];
        returnCode: string;
        returnMessage: string;
    }
    Index

    Properties

    returnCode: string
    returnMessage: string