interface EthersSignedTransaction {
    rawTransaction: string;
}

Properties

Properties

rawTransaction: string