/// export interface SubstrateConstant { palletName: string; name: string; value: Buffer; type: string; }