Interface GenesisImmutableProperties

interface GenesisImmutableProperties {
    currency: string;
    id: number;
    name: string;
}

Properties

Properties

currency: string
id: number
name: string