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

    Interface LedgerStorageTransactionBaseOptions

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

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

    Implemented by

    Index

    Properties

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