interface FullySignedTransaction {
    __brand: typeof __brand;
    messageBytes: TransactionMessageBytes;
    signatures: SignaturesMap;
}

Hierarchy (View Summary)

Properties

__brand: typeof __brand
signatures: SignaturesMap