RSSAmplifier

Notes Drawer · Jul 11, 2021

Solidity's Mapping Data Structure

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

An interesting data structure that you run into pretty quickly when working with Solidity is mapping. Mapping in Solidity acts like a hash table or dictionary in any other language. Data is stored as Key-Value Pairs much like traditional hashes o...

Read on atayebali.hashnode.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.