interface NetworkTokenInfo {
    name: string;
    token: string;
}

Properties

Properties

name: string
token: string