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

Strongly typed wrapper for Checks Ledger Object #19

Open
wants to merge 1 commit into
base: wrapper
Choose a base branch
from

Conversation

ckeshava
Copy link

This commit includes implementation for the wrapper and possible usages of read/peek functions at appropriate points in the codebase

High Level Overview of Change

Context of Change

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Tests (You added tests for code that already exists, or your new feature included in this PR)
  • Documentation Updates
  • Release

This commit includes type-aliases for read-only and writable checks. It also formats all files as per git-clang-format convention
return wrapped_->at(~sfExpiration);
}

// Keshava: This function is identical to the function
Copy link
Author

Choose a reason for hiding this comment

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

I need your suggestions for updating the below two functions names and also their definitions. Let me know if the existing version is alright.

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.

1 participant