Interface NKeyAuth

interface NKeyAuth {
    nkey: string;
    sig: string;
}

Properties

Properties

nkey: string
sig: string