Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface LedgerStorageTransactionBase

    Each transaction can contain the node object making the request to access things like timing information

    interface LedgerStorageTransactionBase {
        identifier: string;
        moment: Date;
        node?: Node;
        readOnly: boolean;
    }
    Index

    Properties

    identifier: string
    moment: Date
    node?: Node
    readOnly: boolean