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
Get Account
The SVM FFI layer exposes the svm_get_accunt: https://github.com/spacemeshos/svm/blob/478d12fddfa87e6230a64010bfd3c0f24ad3164f/crates/runtime-ffi/src/api.rs#L437
svm_get_accunt
We want to go-svm to integrate with that API so that go-spacemesh could use it.
go-svm
go-spacemesh
Right now, there is a place-holder for GetAccount:
GetAccount
go-svm/svm/api.go
Line 260 in 710604c
The text was updated successfully, but these errors were encountered:
Commit
Rewind
CreateAccount
Closed by #29.
Sorry, something went wrong.
No branches or pull requests
The SVM FFI layer exposes the
svm_get_accunt
:https://github.com/spacemeshos/svm/blob/478d12fddfa87e6230a64010bfd3c0f24ad3164f/crates/runtime-ffi/src/api.rs#L437
We want to
go-svm
to integrate with that API so thatgo-spacemesh
could use it.Right now, there is a place-holder for
GetAccount
:go-svm/svm/api.go
Line 260 in 710604c
The text was updated successfully, but these errors were encountered: