export interface Hash256ContractParameter { readonly type: 'Hash256'; readonly value: Hash256String; }