Interface DomainBlock

interface DomainBlock {
    block: AccountHistoryRawBlock;
    type: string;
}

Hierarchy (view full)

Properties

Properties

type: string