Skip to content
New issue

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

swift multistep send transaction #38

Conversation

llbartekll
Copy link
Collaborator

No description provided.

@llbartekll llbartekll requested a review from chris13524 October 8, 2024 10:02
@@ -1,21 +1,21 @@
import RustXcframework
@_cdecl("__swift_bridge__$NativeSignerFFI$new")
public func __swift_bridge__NativeSignerFFI_new (_ signer_id: UnsafeMutableRawPointer) -> UnsafeMutableRawPointer {
func __swift_bridge__NativeSignerFFI_new (_ signer_id: UnsafeMutableRawPointer) -> UnsafeMutableRawPointer {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't these still have public?

@llbartekll llbartekll merged commit 70434e6 into feat/multi-step-send-transaction Oct 9, 2024
3 checks passed
@llbartekll llbartekll deleted the swift-multi-step-send-transactions branch October 9, 2024 06:02
chris13524 added a commit that referenced this pull request Oct 9, 2024
* feat: multi-step send transaction

* chore: finish account client

* chore: Swift FFI

* chore: add to swift bridge

* swift multistep send transaction (#38)

* savepoint

* fix swift do send transaction method

* update build rust ios

* savepoint

---------

Co-authored-by: Bartosz Rozwarski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants