debeem-wallet

Interface ChainEntityRpcItem

Remark

Definition of the structure of the database entities

interface ChainEntityRpcItem {
    name: string;
    selected: boolean;
    url: string;
}

Properties

Properties

name: string
selected: boolean
url: string