Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged nearprotocol

0 votes
306 views
1 answer
    For various use cases it's valuable to display historical data of the balance on some account. What is the ... .com/questions/65879188/how-to-query-history-of-the-balances...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
333 views
1 answer
    I do have a smart contract that has both viewMethods as well as changeMethods. I am able to ... trying-to-get-transacation-details-for-finalexecutionoutcome-after-calling-chang...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
694 views
1 answer
    I have a following function in the contract: #[payable] pub fn buy_tokens(&mut self) { let amount = env:: ... -tokens-to-payable-function-in-near-api-js-and-near-cli...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
226 views
1 answer
    Is there a way to query what methods are offered by a given NEAR contract? (So that one could do autodiscovery ... /65602393/can-i-query-a-near-contract-for-its-method-signatures...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
465 views
1 answer
    Creating main account in near protocol requires a deposit. This can make onboarding difficult for app users. Creating sub- ... doing using python, or calling json rpc from python?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
453 views
1 answer
    I have a following function in the contract: #[payable] pub fn buy_tokens(&mut self) { let amount = env::attached_deposit ... : Link This is where I am calling the function: Link...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
324 views
1 answer
    Is there a way to query what methods are offered by a given NEAR contract? (So that one could do ... method signatures already before you can interact with a contract?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...