Left Curve Software Stack
    Preparing search index...

    Type Alias SigningSessionInfo

    type SigningSessionInfo = {
        chainId: string;
        expireAt: string;
        sessionKey: Base64;
    }
    Index

    Properties

    chainId: string

    Chain ID this session is authorized for.

    expireAt: string

    Expiry time of the session key.

    sessionKey: Base64

    Public key of the session key.