query.chainpoint
Home > @blaze-cardano/query > ChainPoint
ChainPoint type
Signature:
export type ChainPoint = {
slot: number;
hash: string;
};
Home > @blaze-cardano/query > ChainPoint
Signature:
export type ChainPoint = {
slot: number;
hash: string;
};