Left Curve Software Stack
    Preparing search index...

    Type Alias ContractInfo

    type ContractInfo = {
        admin?: Address;
        codeHash: Hex;
        label?: string;
    }
    Index

    Properties

    admin?: Address
    codeHash: Hex
    label?: string