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
I just wanted to ask if the update method accepts an array input or do I have to use a loop to input all the values e.g. if I make a call to get the price history and my return is an array with the prices and timestamps. something like for x in array {update(x)} where array is an array of price values. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I just wanted to ask if the update method accepts an array input or do I have to use a loop to input all the values e.g. if I make a call to get the price history and my return is an array with the prices and timestamps. something like for x in array {update(x)} where array is an array of price values. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions