Interface JitoTipAccount

interface JitoTipAccount {
    address: string;
    region:
        | "mainnet"
        | "ny"
        | "amsterdam"
        | "frankfurt"
        | "tokyo";
}

Properties

Properties

address: string
region:
    | "mainnet"
    | "ny"
    | "amsterdam"
    | "frankfurt"
    | "tokyo"