interface Node {
    keyXdr: string;
    valueXdr: string;
}

Properties

Properties

keyXdr: string
valueXdr: string