export interface RelayTransactionResult { readonly transaction: Transaction; readonly verifyResult?: VerifyResultModel; }