@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Interface TransactionMetadata

    Server-derived context recorded alongside a transaction. The backend fills this from the authenticated session and rejects it in a request body, so it is read-only to SDK callers — it appears on responses and is omitted from the TransactionCreate and TransactionUpdate payloads.

    interface TransactionMetadata {
        proposerAddress: string;
    }
    Index

    Properties

    Properties

    proposerAddress: string

    The address that proposed the transaction. Distinct from TransactionObjectParams.from, which is the Salt account's network address.