Loading large data using solodity function

ILethereumILethereum Member Posts: 34
edited December 2015 in Solidity
I need to load large amount of data inside smart contracts and store it for logic execution. Does solidity support me to push the data using a single function ?
Can I send an array of structures using a solidity function parameters ?

Comments

Sign In or Register to comment.