You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
Could you help review below functions?
TransactionPoolUpdates(ctx context.Context, hash string) ([]TransactionPoolCert, error)
TransactionPoolUpdateCerts(ctx context.Context, hash string) ([]TransactionPoolCert, error)
TransactionPoolRetirementCerts(ctx context.Context, hash string) ([]TransactionPoolCert, error)
It seems the TransactionPoolUpdates is not in use. Could you help update the TransactionPoolRetirementCerts? It doesn't return the expect result like the blockfrost restapi.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi team,
Could you help review below functions?
TransactionPoolUpdates(ctx context.Context, hash string) ([]TransactionPoolCert, error)
TransactionPoolUpdateCerts(ctx context.Context, hash string) ([]TransactionPoolCert, error)
TransactionPoolRetirementCerts(ctx context.Context, hash string) ([]TransactionPoolCert, error)
It seems the TransactionPoolUpdates is not in use. Could you help update the TransactionPoolRetirementCerts? It doesn't return the expect result like the blockfrost restapi.
Thanks.
The text was updated successfully, but these errors were encountered: