MCPcopy Create free account

hub / github.com/ProvableHQ/python-sdk / functions

Functions424 in github.com/ProvableHQ/python-sdk

Method__str__
Returns the private key as a base58 string.
sdk/src/account/private_key.rs:97
Method__str__
Returns the record ciphertext as a string.
sdk/src/account/record.rs:50
Method__truediv__
(&self, other: Self)
sdk/src/algebra/field.rs:78
Function_get_leo_integer_bits
(signed: bool, value_bits: int)
zkml/zkml/_leo_helper.py:7
Method_get_max_decimal_places_model
(self)
zkml/zkml/_model_transpiler.py:362
Method_get_max_decimal_places_model
(self)
zkml/zkml/_model_transpiler.py:465
Method_get_numeric_range_model
(self)
zkml/zkml/_model_transpiler.py:349
Method_get_numeric_range_model
(self)
zkml/zkml/_model_transpiler.py:386
Method_get_numeric_range_model_inference
(self, scaling_factor=1)
zkml/zkml/_model_transpiler.py:418
Method_transpile_mlp_logic_to_leo_code_2
( self, mlp, model_as_input, indentation="", prune_threshold_weights=0
zkml/zkml/_model_transpiler.py:712
Methodaddress
Returns the address of the prover.
sdk/src/coinbase/prover_solution.rs:60
Methodaddress
Returns the address from the compute key.
sdk/src/account/compute_key.rs:30
Methodas_array
Unboxes the underlying Plaintext::Array.
sdk/src/account/text.rs:162
Methodauthorize_fee_private
Authorizes the fee given the credits record, the fee amount (in microcredits), and the deployment or execution ID.
sdk/src/programs/process.rs:113
Methodbytes
Returns the byte representation of a ProverSolution.
sdk/src/coinbase/prover_solution.rs:55
Methodbytes
Returns the byte representation of an EpochChallenge.
sdk/src/coinbase/epoch_challenge.rs:102
Methodbytes
Returns the byte representation of a veryfying key
sdk/src/programs/verifying_key.rs:44
Methodbytes
Returns the byte representation of a Fee.
sdk/src/programs/fee.rs:69
Methodbytes
Returns the byte representation of an Execution.
sdk/src/programs/execution.rs:54
Methodbytes
Returns the byte representation of a Transition.
sdk/src/programs/transition.rs:89
Methodbytes
Returns the byte representation of a proving key
sdk/src/programs/proving_key.rs:44
Methodbytes
Returns the byte representation of an Authorization.
sdk/src/programs/authorization.rs:47
Methodbytes
Returns the byte representation of a Transaction.
sdk/src/programs/transaction.rs:56
Methodchallenge
Returns the verifier challenge.
sdk/src/account/signature.rs:37
Methodcompute_key
Returns the signer compute key.
sdk/src/account/signature.rs:42
Methodcompute_key
Derives the account compute key from an account private key.
sdk/src/account/private_key.rs:54
Methodcontains_program
Returns true if the process contains the program with the given ID.
sdk/src/programs/process.rs:45
Methoddecrypt
Decrypts a record ciphertext with a view key
sdk/src/account/mod.rs:101
Methoddecrypt
Decrypt a record ciphertext with a view key
sdk/src/account/view_key.rs:36
Methoddecrypt
Decrypts self into plaintext using the given view key and checks that the owner matches the view key.
sdk/src/account/record.rs:40
Methodderef
(&self)
sdk/src/coinbase/verifying_key.rs:39
Methodderef
(&self)
sdk/src/coinbase/epoch_challenge.rs:77
Methodderef
(&self)
sdk/src/algebra/scalar.rs:67
Methodderef
(&self)
sdk/src/algebra/group.rs:67
Methodderef
(&self)
sdk/src/algebra/field.rs:100
Methodderef
(&self)
sdk/src/programs/program.rs:88
Methodderef
(&self)
sdk/src/programs/locator.rs:89
Methodderef
(&self)
sdk/src/programs/fee.rs:89
Methodderef
(&self)
sdk/src/programs/execution.rs:67
Methodderef
(&self)
sdk/src/programs/identifier.rs:60
Methodderef
(&self)
sdk/src/programs/program_id.rs:75
Methodderef
(&self)
sdk/src/account/signature.rs:90
Methodderef
(&self)
sdk/src/account/compute_key.rs:53
Methodderef
(&self)
sdk/src/account/text.rs:67
Methodderef
(&self)
sdk/src/account/view_key.rs:75
Methodderef
(&self)
sdk/src/account/address.rs:60
Methodderef
(&self)
sdk/src/account/private_key.rs:115
Methodderef
(&self)
sdk/src/account/record.rs:58
Methoddeserialize
Deserializes the partial solution from a JSON-string or buffer.
sdk/src/coinbase/epoch_challenge.rs:49
Methodedition
()
sdk/src/network/mod.rs:44
Methodencrypt
Encrypts self to the given address under the given randomizer.
sdk/src/account/text.rs:112
Methodforward
(self, x)
zkml/tests/helper.py:21
Methodfrom
(value: CoinbaseVerifyingKeyNative)
sdk/src/coinbase/verifying_key.rs:31
Methodfrom
(value: u64)
sdk/src/credits/mod.rs:72
Methodfrom
(value: ScalarNative)
sdk/src/algebra/scalar.rs:73
Methodfrom
(value: GroupNative)
sdk/src/algebra/group.rs:73
Methodfrom
(value: Boolean)
sdk/src/algebra/boolean.rs:59
Methodfrom
(value: FieldNative)
sdk/src/algebra/field.rs:106
Methodfrom
(value: ValueNative)
sdk/src/programs/value.rs:67
Methodfrom
(value: VerifyingKeyNative)
sdk/src/programs/verifying_key.rs:62
Methodfrom
(program: ProgramNative)
sdk/src/programs/program.rs:94
Methodfrom
(value: TraceNative)
sdk/src/programs/trace.rs:78
Methodfrom
(value: LocatorNative)
sdk/src/programs/locator.rs:95
Methodfrom
(value: FeeNative)
sdk/src/programs/fee.rs:95
Methodfrom
(value: ExecutionNative)
sdk/src/programs/execution.rs:73
Methodfrom
(value: IdentifierNative)
sdk/src/programs/identifier.rs:66
Methodfrom
(value: LiteralNative)
sdk/src/programs/literal.rs:145
Methodfrom
(value: TransitionNative)
sdk/src/programs/transition.rs:100
Methodfrom
(value: ProvingKeyNative)
sdk/src/programs/proving_key.rs:62
Methodfrom
(value: AuthorizationNative)
sdk/src/programs/authorization.rs:58
Methodfrom
(value: ResponseNative)
sdk/src/programs/response.rs:34
Methodfrom
(value: TransactionNative)
sdk/src/programs/transaction.rs:74
Methodfrom
(value: ProgramIDNative)
sdk/src/programs/program_id.rs:81
Methodfrom
(value: QueryNative)
sdk/src/programs/query.rs:39
Methodfrom
(value: SignatureNative)
sdk/src/account/signature.rs:96
Methodfrom
(value: ComputeKeyNative)
sdk/src/account/compute_key.rs:59
Methodfrom
(private_key: PrivateKey)
sdk/src/account/mod.rs:129
Methodfrom
(value: CiphertextNative)
sdk/src/account/text.rs:73
Methodfrom
(value: ViewKeyNative)
sdk/src/account/view_key.rs:81
Methodfrom
(value: AddressNative)
sdk/src/account/address.rs:66
Methodfrom
(value: PrivateKey)
sdk/src/account/private_key.rs:121
Methodfrom
(value: RecordCiphertextNative)
sdk/src/account/record.rs:64
Methodfrom_boolean
(b: Boolean)
sdk/src/programs/literal.rs:69
Methodfrom_bytes
(bytes: &[u8])
sdk/src/coinbase/prover_solution.rs:50
Methodfrom_bytes
(bytes: &[u8])
sdk/src/coinbase/epoch_challenge.rs:97
Methodfrom_bytes
(bytes: &[u8])
sdk/src/programs/verifying_key.rs:39
Methodfrom_bytes
(bytes: &[u8])
sdk/src/programs/execution.rs:49
Methodfrom_bytes
(bytes: &[u8])
sdk/src/programs/transition.rs:84
Methodfrom_bytes
(bytes: &[u8])
sdk/src/programs/proving_key.rs:39
Methodfrom_bytes
(bytes: &[u8])
sdk/src/programs/authorization.rs:42
Methodfrom_bytes
(bytes: &[u8])
sdk/src/programs/transaction.rs:51
Methodfrom_group
(group: Group)
sdk/src/programs/literal.rs:54
Methodfrom_i128
(value: I128)
sdk/src/programs/literal.rs:94
Methodfrom_i16
(value: I16)
sdk/src/programs/literal.rs:79
Methodfrom_i32
(value: I32)
sdk/src/programs/literal.rs:84
Methodfrom_i64
(value: I64)
sdk/src/programs/literal.rs:89
Methodfrom_i8
(value: I8)
sdk/src/programs/literal.rs:74
Methodfrom_json
(json: &str)
sdk/src/coinbase/prover_solution.rs:39
Methodfrom_json
(json: &str)
sdk/src/coinbase/epoch_challenge.rs:86
Methodfrom_json
(json: &str)
sdk/src/programs/execution.rs:38
← previousnext →201–300 of 424, ranked by callers