We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only getModuleABI is supported now. https://github.com/rooch-network/rooch/blob/main/sdk/typescript/rooch-sdk/src/client/client.ts#L186-L191
getModuleABI
Need a method to get all modules abi under user/contract address. like this methods on aptos: https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/api/account.ts#L135-L140
The text was updated successfully, but these errors were encountered:
https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/rooch-network/rooch/main/crates/rooch-open-rpc-spec/schemas/openrpc.json
rooch_getModuleABI
Sorry, something went wrong.
No branches or pull requests
Now:
Only
getModuleABI
is supported now.https://github.com/rooch-network/rooch/blob/main/sdk/typescript/rooch-sdk/src/client/client.ts#L186-L191
Feature:
Need a method to get all modules abi under user/contract address.
like this methods on aptos: https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/api/account.ts#L135-L140
The text was updated successfully, but these errors were encountered: