-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
222 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,193 @@ | ||
from __future__ import annotations | ||
|
||
class Account: | ||
pass | ||
|
||
|
||
class Address: | ||
pass | ||
|
||
|
||
class Authorization: | ||
pass | ||
|
||
|
||
class Boolean: | ||
pass | ||
|
||
|
||
class Ciphertext: | ||
pass | ||
|
||
|
||
class Credits: | ||
pass | ||
|
||
|
||
class CoinbasePuzzle: | ||
pass | ||
|
||
|
||
class CoinbaseVerifyingKey: | ||
pass | ||
|
||
|
||
class ComputeKey: | ||
pass | ||
|
||
|
||
class EpochChallenge: | ||
pass | ||
|
||
|
||
class Execution: | ||
pass | ||
|
||
|
||
class Fee: | ||
pass | ||
|
||
|
||
class Field: | ||
pass | ||
|
||
|
||
class Group: | ||
pass | ||
|
||
|
||
class Identifier: | ||
pass | ||
|
||
|
||
class I8: | ||
pass | ||
|
||
|
||
class I16: | ||
pass | ||
|
||
|
||
class I32: | ||
pass | ||
|
||
|
||
class I64: | ||
pass | ||
|
||
|
||
class I128: | ||
pass | ||
|
||
|
||
class Literal: | ||
pass | ||
|
||
|
||
class Locator: | ||
pass | ||
|
||
|
||
class Network: | ||
pass | ||
|
||
|
||
class MicroCredits: | ||
pass | ||
|
||
|
||
class Plaintext: | ||
pass | ||
|
||
|
||
class PrivateKey: | ||
pass | ||
|
||
|
||
class Process: | ||
pass | ||
|
||
|
||
class Program: | ||
pass | ||
|
||
|
||
class ProgramID: | ||
pass | ||
|
||
|
||
class ProverSolution: | ||
pass | ||
|
||
|
||
class ProvingKey: | ||
pass | ||
|
||
|
||
class Query: | ||
pass | ||
|
||
|
||
class RecordCiphertext: | ||
pass | ||
|
||
|
||
class RecordPlaintext: | ||
pass | ||
|
||
|
||
class Response: | ||
pass | ||
|
||
|
||
class Scalar: | ||
pass | ||
|
||
|
||
class Signature: | ||
pass | ||
|
||
|
||
class Trace: | ||
pass | ||
|
||
|
||
class Transaction: | ||
pass | ||
|
||
|
||
class Transition: | ||
pass | ||
|
||
|
||
class U8: | ||
pass | ||
|
||
|
||
class U16: | ||
pass | ||
|
||
|
||
class U32: | ||
pass | ||
|
||
|
||
class U64: | ||
pass | ||
|
||
|
||
class U128: | ||
pass | ||
|
||
|
||
class Value: | ||
pass | ||
|
||
|
||
class VerifyingKey: | ||
pass | ||
|
||
|
||
class ViewKey: | ||
pass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters