Response from pins query

interface IPFSPinsResponse {
    address: string;
    count: number;
    earnedRewards: string;
    error?: string;
    paidCosts: string;
    pins: PinInfo[];
    success: boolean;
    totalPinnedBytes: number;
}

Properties

address: string
count: number
earnedRewards: string
error?: string
paidCosts: string
pins: PinInfo[]
success: boolean
totalPinnedBytes: number