Type alias ContractInterface

ContractInterface: {
    bigMaps?: BigMapInterface[] | null;
    entrypoints?: EntrypointInterface[] | null;
    events?: EventInterface[] | null;
    storageSchema?: RawJson | null;
}

Type declaration

Generated using TypeDoc