import { SignedTransaction } from './signed-transaction';
export interface SignedSubstrateTransaction extends SignedTransaction {
}
