StateTransitionInputs class
StateTransition circuit representation Inputs and public signals declaration, marshalling and parsing
StateTransitionInputs {BaseConfig}
Signature:
export declare class StateTransitionInputs extends BaseConfig
Extends: BaseConfig
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| authClaim | ClaimWithMTPProof | ||
| authClaimNewStateIncProof | Proof | ||
| id | Id | ||
| isOldStateGenesis | boolean | ||
| newTreeState | TreeState | ||
| oldTreeState | TreeState | ||
| signature | Signature |
Methods
| Method | Modifiers | Description |
|---|---|---|
| inputsMarshal() | CircuitInputMarshal returns Circom private inputs for stateTransition.circom |