export interface SignatureContractParameter { readonly type: 'Signature'; readonly value: SignatureString; }