export interface Hash160ContractParameter { readonly type: 'Hash160'; readonly value: AddressString; }