Type alias CompilationDirectiveUnlockingEstimate<CompilerType, CompilationDataType>

CompilationDirectiveUnlockingEstimate<CompilerType, CompilationDataType>: CompilationDirectiveUnlocking<CompilerType, CompilationDataType> & {
    estimate: string;
}

Type Parameters

  • CompilerType

  • CompilationDataType

Type declaration

  • estimate: string

    The scenario ID that can be used to estimate the final size of this unlocking script. This is required when using fee estimation.

Generated using TypeDoc