export interface AddressContractParameter { readonly type: 'Address'; readonly value: AddressString; }