ClientStateData returns the SignBytes data for client state verification.

interface ClientStateDataAmino {
    client_state?: AnyAmino;
    path?: string;
}

Properties

Properties

client_state?: AnyAmino
path?: string