🚀IC Reactor v3 is here! Featuring TanStack Query integration, improved type safety, and more. View v3 Documentation →
ic-reactor
    Preparing search index...

    Interface ReadStateOptions

    Options when doing a Agent.readState call.

    interface ReadStateOptions {
        paths: Uint8Array<ArrayBufferLike>[][];
    }
    Index

    Properties

    Properties

    paths: Uint8Array<ArrayBufferLike>[][]

    A list of paths to read the state of.