interface PriceSnapshotSDKType {
    price_snapshot_items: PriceSnapshotItemSDKType[];
    snapshot_timestamp: bigint;
}

Properties

price_snapshot_items: PriceSnapshotItemSDKType[]
snapshot_timestamp: bigint