ClientStateData returns the SignBytes data for client state verification.

interface ClientStateData {
    clientState?: Any;
    path: Uint8Array;
}

Properties

Properties

clientState?: Any
path: Uint8Array