UNPKG

@aeternity/aepp-calldata

Version:
10 lines (7 loc) 166 B
import FateBytes from './FateBytes.js' class FateHash extends FateBytes { constructor(value) { super(value, 32, 'hash') } } export default FateHash