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

API: Add types for ledgercore.StateDelta. #467

Merged
merged 16 commits into from
Feb 28, 2023
Merged

Conversation

winder
Copy link
Contributor

@winder winder commented Feb 9, 2023

@winder winder self-assigned this Feb 9, 2023
@shiqizng
Copy link
Contributor

shiqizng commented Feb 9, 2023

please add these definitions, too

const (
	// TealBytesType represents the type of a byte slice in a TEAL program
	TealBytesType TealType = 1

	// TealUintType represents the type of a uint in a TEAL program
	TealUintType TealType = 2
)
// Status is the delegation status of an account's MicroAlgos
type Status byte
const (
Offline Status = iota
Online
NotParticipating
)

@winder winder marked this pull request as ready for review February 15, 2023 18:04
encoding/json/json_test.go Outdated Show resolved Hide resolved
@winder winder merged commit 5b8c99b into develop Feb 28, 2023
@winder winder deleted the will/ledger-state-delta branch February 28, 2023 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants