BlockID

interface BlockIDAmino {
    hash?: string;
    part_set_header?: PartSetHeaderAmino;
}

Properties

hash?: string
part_set_header?: PartSetHeaderAmino