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