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
input is a bit vague and some documentation on this attribute would be nice.
I'm assuming attached_deposit is the amount of NEAR that's being send with current TX,
this might be confusing because a deposit sounds very specific, something like transaction_value (in Solidity it's just value) might make more sense.
signer_account_pk confused me because I thought it stood for private key. Maybe change it to something more similar to signer_account_pub_key.
The text was updated successfully, but these errors were encountered:
input
is a bit vague and some documentation on this attribute would be nice.attached_deposit
is the amount of NEAR that's being send with current TX,this might be confusing because a deposit sounds very specific, something like
transaction_value
(in Solidity it's justvalue
) might make more sense.signer_account_pk
confused me because I thought it stood forprivate key
. Maybe change it to something more similar to signer_account_pub_key.The text was updated successfully, but these errors were encountered: