interface SignedTxs {
    transactions: SignedTx[];
}

Properties

Properties

transactions: SignedTx[]