@multiversx/sdk-core - v14.0.1
    Preparing search index...

    Interface SmartContractDeployOutcome

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

    Properties

    returnCode: string
    returnMessage: string