blockfrost / blockfrost-go

Golang SDK for Blockfrost.io
Apache License 2.0
23 stars 9 forks source link

Add examples for APIClient *All methods #53

Closed kinqsley closed 2 years ago

kinqsley commented 2 years ago

For example:

PoolDelegatorsAll(ctx context.Context, poolId string) <-chan PoolDelegatorsResult
HannesKimara commented 2 years ago

The scripts_dump example uses the ScriptsAll method. Have a look at that here