UNPKG

@signumjs/contracts

Version:

Smart Contracts package for Signum Network

13 lines (12 loc) 281 B
/** * Copyright (c) 2019 Burst Apps Team */ /** * Counts the code pages for given machine code * * @param hexCode The contracts code in hex form * @return The number of code pages for the passed code * * */ export declare function countCodePages(hexCode: string): number;