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

RPC setup #6 #46

Merged
merged 11 commits into from
Aug 7, 2024
Merged

RPC setup #6 #46

merged 11 commits into from
Aug 7, 2024

Conversation

RomeroYang
Copy link
Contributor

No description provided.

let property2: String
// Add all properties from the original Block type

init(from block: Block) {
Copy link
Member

Choose a reason for hiding this comment

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

we should be able to implement Codable on Block directly so that we don't need to duplicate it
either extension Block: Codable here or if that doesn't work it is ok to modify Block directly

@xlc xlc merged commit 5e67bce into master Aug 7, 2024
2 checks passed
@xlc xlc deleted the rpc-setup branch August 7, 2024 22:29
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