export interface PublicKeyContractParameter { readonly type: 'PublicKey'; readonly value: PublicKeyString; }