We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6ae3f commit 840da91Copy full SHA for 840da91
rpcserver.go
@@ -4339,8 +4339,9 @@ func marshalSupplyLeaves(
4339
return rpcIssuanceLeaves, rpcBurnLeaves, rpcIgnoreLeaves, nil
4340
}
4341
4342
-// FetchSupplyLeaves returns the set of supply leaves for the given asset
4343
-// specifier within the specified height range.
+// FetchSupplyLeaves fetches the supply leaves for a specific asset group
+// within a specified block height range. The leaves include issuance, burn,
4344
+// and ignore leaves, which represent the supply changes for the asset group.
4345
func (r *rpcServer) FetchSupplyLeaves(ctx context.Context,
4346
req *unirpc.FetchSupplyLeavesRequest) (
4347
*unirpc.FetchSupplyLeavesResponse, error) {
0 commit comments