Interface DeploymentResult

interface DeploymentResult {
    contractAddress: string;
    contractPubKey: string;
    p2trAddress: string;
    transaction: [string, string];
    utxos: UTXO[];
}

Properties

contractAddress: string
contractPubKey: string
p2trAddress: string
transaction: [string, string]
utxos: UTXO[]