Interface GetBlockRequestDto

interface GetBlockRequestDto {
    blockHash?: string;
    tag?: number | Date;
}

Properties

Properties

blockHash?: string
tag?: number | Date