Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Oct 14, 2024
1 parent 7f4a13a commit 1de55fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stacks-rpc-api/smart-contracts/map-entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export type Args = {
contractAddress: string;
contractName: string;
mapName: string;

/**
* Hex-encoded string of the map key Clarity value.
*/
mapKey: string;
} & ApiRequestOptions &
ProofAndTip;
Expand Down

0 comments on commit 1de55fe

Please sign in to comment.