FullySignedTransaction

type FullySignedTransaction = NominalType<"transactionSignedness", "fullySigned">;

Represents a transaction that is signed by all of its required signers. Being fully signed is a prerequisite of functions designed to land transactions on the network.