VRTX claim merkle proof

interface IndexerServerMerkleProof {
    total_amount: string;
    proof: string[];
}

Properties

Properties

total_amount: string
proof: string[]