Type alias GetSessionParams

GetSessionParams: {
    chain?: Chain;
    leafIndex: number[] | number | undefined | null | "LAST_LEAF" | "LAST_LEAVES";
    store?: SessionSearchParam | "DEFAULT_STORE";
    txs?: Transaction | Transaction[];
}

Type declaration

  • Optional chain?: Chain

    The chain to use

  • leafIndex: number[] | number | undefined | null | "LAST_LEAF" | "LAST_LEAVES"

    The index of the session leaf(ves) from the session storage client

  • Optional store?: SessionSearchParam | "DEFAULT_STORE"

    The session search parameter, can be a full Session, ISessionStorage or a smartAccount address

  • Optional txs?: Transaction | Transaction[]

    the txs being submitted