btfdip
Results
3
issues of
btfdip
the current sdk only supports: ``` getDelegation(delegatorAddress: string, validatorAddress: string): Promise; ```` what I want is: ``` getDelegation(delegatorAddress: string): Promise; ```
which is used to fully sync the whole blockchain.