pyonear
Contents:
pyonear
Examples
API Reference
pyonear
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Z
A
access_key (AddKeyAction attribute)
ACCESS_KEY_NONCE_RANGE_MULTIPLIER (AccessKey attribute)
AccessKey (class in pyonear.account)
AccessKeyNotFound (class in pyonear.error.core)
AccessKeyPermissionFieldless (class in pyonear.account)
Account (class in pyonear.account)
account_id (AccessKeyNotFound attribute)
(AccountAlreadyExists attribute)
(AccountDoesNotExist attribute)
(ActorNoPermission attribute)
(AddKeyAlreadyExists attribute)
(CodeDoesNotExist attribute)
(CreateAccountNotAllowed attribute)
(CreateAccountOnlyByRegistrar attribute)
(DeleteAccountStaking attribute)
(DeleteAccountWithLargeState attribute)
(DeleteKeyDoesNotExist attribute)
(InMemorySigner attribute)
(InsufficientStake attribute)
(InvalidAccountId attribute)
(InvalidDataReceiverId attribute)
(InvalidPredecessorId attribute)
(KeyFile attribute)
(LackBalanceForState attribute)
(NotEnoughAllowance attribute)
(OnlyImplicitAccountCreationAllowed attribute)
(ReceiptInvalidReceiverId attribute)
(ReceiptInvalidSignerId attribute)
(TriesToStake attribute)
(TriesToUnstake attribute)
AccountAlreadyExists (class in pyonear.error.core)
AccountDoesNotExist (class in pyonear.error.core)
AccountId (class in pyonear.account_id)
AccountVersion (class in pyonear.account)
action_gas() (ProfileData method)
ActionCosts (class in pyonear.config)
ActionError (class in pyonear.error.core)
actions (Transaction attribute)
ActionsValidationErrorFieldless (class in pyonear.error.core)
actor_id (ActorNoPermission attribute)
ActorNoPermission (class in pyonear.error.core)
add_action_cost() (ProfileData method)
add_ext_cost() (ProfileData method)
add_key (ActionCosts attribute)
add_key() (Transaction method)
AddKeyAction (class in pyonear.transaction)
AddKeyAlreadyExists (class in pyonear.error.core)
AddKeyMethodNameLengthExceeded (class in pyonear.error.core)
AddKeyMethodNamesNumberOfBytesExceeded (class in pyonear.error.core)
ak_nonce (InvalidNonce attribute)
ak_receiver (ReceiverMismatch attribute)
allowance (FunctionCallPermission attribute)
(NotEnoughAllowance attribute)
alt_bn128_g1_multiexp_base (ExtCosts attribute)
alt_bn128_g1_multiexp_element (ExtCosts attribute)
alt_bn128_g1_sum_base (ExtCosts attribute)
alt_bn128_g1_sum_element (ExtCosts attribute)
alt_bn128_pairing_check_base (ExtCosts attribute)
alt_bn128_pairing_check_element (ExtCosts attribute)
AltBn128InvalidInput (class in pyonear.error.vm)
amount (Account attribute)
(LackBalanceForState attribute)
args (FunctionCallAction attribute)
B
BadUTF16 (HostErrorFieldless attribute)
BadUTF8 (HostErrorFieldless attribute)
balance (NotEnoughBalance attribute)
(TriesToStake attribute)
BalanceExceeded (HostErrorFieldless attribute)
base (ExtCosts attribute)
beneficiary_id (DeleteAccountAction attribute)
block_hash (ExecutionOutcomeWithIdAndProof attribute)
(Transaction attribute)
C
CacheErrorFieldless (class in pyonear.error.vm)
CallIndirectOOB (WasmTrap attribute)
CannotAppendActionToJointPromise (HostErrorFieldless attribute)
CannotReturnJointPromise (HostErrorFieldless attribute)
check_signature_values() (Secp256K1Signature method)
code (DeployContractAction attribute)
code_hash (Account attribute)
CodeDoesNotExist (class in pyonear.error.vm)
compute_vrf_with_proof() (InMemorySigner method)
compute_wasm_instruction_cost() (ProfileData method)
contract_loading_base (ExtCosts attribute)
contract_loading_bytes (ExtCosts attribute)
ContractSizeExceeded (class in pyonear.error.core)
(class in pyonear.error.vm)
cost (NotEnoughAllowance attribute)
(NotEnoughBalance attribute)
CostOverflow (InvalidTxErrorFieldless attribute)
create_account (ActionCosts attribute)
create_account() (Transaction method)
CreateAccountAction (class in pyonear.transaction)
CreateAccountNotAllowed (class in pyonear.error.core)
CreateAccountOnlyByRegistrar (class in pyonear.error.core)
crypto_hash() (in module pyonear.crypto_hash)
CryptoHash (class in pyonear.crypto_hash)
D
default() (CryptoHash static method)
delete_account (ActionCosts attribute)
delete_account() (Transaction method)
delete_key (ActionCosts attribute)
delete_key() (Transaction method)
DeleteAccountAction (class in pyonear.transaction)
DeleteAccountStaking (class in pyonear.error.core)
DeleteAccountWithLargeState (class in pyonear.error.core)
DeleteActionMustBeFinal (ActionsValidationErrorFieldless attribute)
DeleteKeyAction (class in pyonear.transaction)
DeleteKeyDoesNotExist (class in pyonear.error.core)
deploy_contract (ActionCosts attribute)
deploy_contract() (Transaction method)
DeployContractAction (class in pyonear.transaction)
deposit (FunctionCallAction attribute)
(TransferAction attribute)
DepositWithFunctionCall (InvalidAccessKeyErrorFieldless attribute)
Deprecated (class in pyonear.error.vm)
Deserialization (PrepareError attribute)
DeserializationError (CacheErrorFieldless attribute)
Direction (class in pyonear.merkle)
direction (MerklePathItem attribute)
E
ecrecover_base (ExtCosts attribute)
ECRecoverError (class in pyonear.error.vm)
ED25519 (KeyType attribute)
ed25519_verify_base (ExtCosts attribute)
ed25519_verify_byte (ExtCosts attribute)
ED25519PublicKey (class in pyonear.crypto)
ED25519SecretKey (class in pyonear.crypto)
ED25519Signature (class in pyonear.crypto)
Ed25519VerifyInvalidInput (class in pyonear.error.vm)
empty() (ED25519PublicKey static method)
(ED25519Signature static method)
(Secp256K1PublicKey static method)
(Secp256K1Signature static method)
EmptyMethodName (HostErrorFieldless attribute)
EmptySigner (class in pyonear.crypto)
ExecutionMetadataFieldless (class in pyonear.transaction)
ExecutionOutcome (class in pyonear.transaction)
ExecutionOutcomeWithId (class in pyonear.transaction)
ExecutionOutcomeWithIdAndProof (class in pyonear.transaction)
ExecutionStatusFieldless (class in pyonear.transaction)
executor_id (ExecutionOutcome attribute)
Expired (InvalidTxErrorFieldless attribute)
ExtCosts (class in pyonear.config)
F
Failure (PartialExecutionStatusFieldless attribute)
from_base64() (SignedTransaction static method)
from_bytes() (AccessKey static method)
(AccessKeyNotFound static method)
(Account static method)
(AccountAlreadyExists static method)
(AccountDoesNotExist static method)
(AccountId static method)
(ActionError static method)
(ActorNoPermission static method)
(AddKeyAction static method)
(AddKeyAlreadyExists static method)
(AddKeyMethodNameLengthExceeded static method)
(AddKeyMethodNamesNumberOfBytesExceeded static method)
(AltBn128InvalidInput static method)
(CodeDoesNotExist static method)
(ContractSizeExceeded static method)
,
[1]
(CreateAccountAction static method)
(CreateAccountNotAllowed static method)
(CreateAccountOnlyByRegistrar static method)
(CryptoHash static method)
(DeleteAccountAction static method)
(DeleteAccountStaking static method)
(DeleteAccountWithLargeState static method)
(DeleteKeyAction static method)
(DeleteKeyDoesNotExist static method)
(DeployContractAction static method)
(Deprecated static method)
(ECRecoverError static method)
(ED25519PublicKey static method)
(ED25519SecretKey static method)
(ED25519Signature static method)
(Ed25519VerifyInvalidInput static method)
(ExecutionOutcome static method)
(ExecutionOutcomeWithId static method)
(ExecutionOutcomeWithIdAndProof static method)
(FunctionCallAction static method)
(FunctionCallArgumentsLengthExceeded static method)
(FunctionCallMethodNameLengthExceeded static method)
(FunctionCallPermission static method)
(GuestPanic static method)
(InMemorySigner static method)
(InsufficientStake static method)
(InvalidAccountId static method)
(InvalidDataReceiverId static method)
(InvalidIteratorIndex static method)
(InvalidNonce static method)
(InvalidPredecessorId static method)
(InvalidPromiseIndex static method)
(InvalidPromiseResultIndex static method)
(InvalidReceiptIndex static method)
(InvalidReceiverId static method)
(InvalidRegisterId static method)
(InvalidSignerId static method)
(IteratorWasInvalidated static method)
(KeyFile static method)
(KeyLengthExceeded static method)
(LackBalanceForState static method)
(LinkError static method)
(MerklePathItem static method)
(MethodNameMismatch static method)
(NonceTooLarge static method)
(NotEnoughAllowance static method)
(NotEnoughBalance static method)
(NumberInputDataDependenciesExceeded static method)
,
[1]
(NumberOfLogsExceeded static method)
(NumberPromisesExceeded static method)
(OnlyImplicitAccountCreationAllowed static method)
(ProfileData static method)
(ProhibitedInView static method)
(ReceiptInvalidReceiverId static method)
(ReceiptInvalidSignerId static method)
(ReceiverMismatch static method)
(ReturnedValueLengthExceeded static method)
,
[1]
(Secp256K1PublicKey static method)
(Secp256K1SecretKey static method)
(Secp256K1Signature static method)
(SerializationError static method)
(SignedTransaction static method)
(SignerDoesNotExist static method)
(StakeAction static method)
(TotalLogLengthExceeded static method)
(TotalNumberOfActionsExceeded static method)
(TotalPrepaidGasExceeded static method)
(Transaction static method)
(TransactionSizeExceeded static method)
(TransferAction static method)
(TriesToStake static method)
(TriesToUnstake static method)
(UnsuitableStakingKey static method)
(UnsupportedCompiler static method)
(ValueLengthExceeded static method)
(WasmerCompileError static method)
from_file() (InMemorySigner static method)
(KeyFile static method)
from_json() (AccessKey static method)
(AccessKeyNotFound static method)
(Account static method)
(AccountAlreadyExists static method)
(AccountDoesNotExist static method)
(AccountId static method)
(ActionError static method)
(ActorNoPermission static method)
(AddKeyAction static method)
(AddKeyAlreadyExists static method)
(AddKeyMethodNameLengthExceeded static method)
(AddKeyMethodNamesNumberOfBytesExceeded static method)
(AltBn128InvalidInput static method)
(CodeDoesNotExist static method)
(ContractSizeExceeded static method)
,
[1]
(CreateAccountAction static method)
(CreateAccountNotAllowed static method)
(CreateAccountOnlyByRegistrar static method)
(CryptoHash static method)
(DeleteAccountAction static method)
(DeleteAccountStaking static method)
(DeleteAccountWithLargeState static method)
(DeleteKeyAction static method)
(DeleteKeyDoesNotExist static method)
(DeployContractAction static method)
(Deprecated static method)
(ECRecoverError static method)
(ED25519PublicKey static method)
(ED25519SecretKey static method)
(ED25519Signature static method)
(Ed25519VerifyInvalidInput static method)
(FunctionCallAction static method)
(FunctionCallArgumentsLengthExceeded static method)
(FunctionCallMethodNameLengthExceeded static method)
(FunctionCallPermission static method)
(GuestPanic static method)
(InMemorySigner static method)
(InsufficientStake static method)
(InvalidAccountId static method)
(InvalidDataReceiverId static method)
(InvalidIteratorIndex static method)
(InvalidNonce static method)
(InvalidPredecessorId static method)
(InvalidPromiseIndex static method)
(InvalidPromiseResultIndex static method)
(InvalidReceiptIndex static method)
(InvalidReceiverId static method)
(InvalidRegisterId static method)
(InvalidSignerId static method)
(IteratorWasInvalidated static method)
(KeyFile static method)
(KeyLengthExceeded static method)
(LackBalanceForState static method)
(LinkError static method)
(MerklePathItem static method)
(MethodNameMismatch static method)
(NonceTooLarge static method)
(NotEnoughAllowance static method)
(NotEnoughBalance static method)
(NumberInputDataDependenciesExceeded static method)
,
[1]
(NumberOfLogsExceeded static method)
(NumberPromisesExceeded static method)
(OnlyImplicitAccountCreationAllowed static method)
(ProhibitedInView static method)
(ReceiptInvalidReceiverId static method)
(ReceiptInvalidSignerId static method)
(ReceiverMismatch static method)
(ReturnedValueLengthExceeded static method)
,
[1]
(Secp256K1PublicKey static method)
(Secp256K1SecretKey static method)
(Secp256K1Signature static method)
(SerializationError static method)
(SignedTransaction static method)
(SignerDoesNotExist static method)
(StakeAction static method)
(TotalLogLengthExceeded static method)
(TotalNumberOfActionsExceeded static method)
(TotalPrepaidGasExceeded static method)
(Transaction static method)
(TransactionSizeExceeded static method)
(TransferAction static method)
(TriesToStake static method)
(TriesToUnstake static method)
(UnsuitableStakingKey static method)
(UnsupportedCompiler static method)
(ValueLengthExceeded static method)
(WasmerCompileError static method)
from_random() (ED25519SecretKey static method)
(InMemorySigner static method)
(Secp256K1SecretKey static method)
from_secret_key() (InMemorySigner static method)
from_seed() (ED25519PublicKey static method)
(ED25519SecretKey static method)
(InMemorySigner static method)
(Secp256K1SecretKey static method)
from_str() (CryptoHash static method)
(ED25519PublicKey static method)
(ED25519SecretKey static method)
(ED25519Signature static method)
(Secp256K1PublicKey static method)
(Secp256K1SecretKey static method)
(Secp256K1Signature static method)
full_access() (AccessKey static method)
FullAccess (AccessKeyPermissionFieldless attribute)
function_call (ActionCosts attribute)
function_call() (Transaction method)
FunctionCallAction (class in pyonear.transaction)
FunctionCallArgumentsLengthExceeded (class in pyonear.error.core)
FunctionCallErrorSerFieldless (class in pyonear.error.vm)
FunctionCallMethodNameLengthExceeded (class in pyonear.error.core)
FunctionCallPermission (class in pyonear.account)
FunctionCallZeroAttachedGas (ActionsValidationErrorFieldless attribute)
G
gas (FunctionCallAction attribute)
gas_burnt (ExecutionOutcome attribute)
GasExceeded (HostErrorFieldless attribute)
GasInstrumentation (PrepareError attribute)
GasLimitExceeded (HostErrorFieldless attribute)
GenericTrap (WasmTrap attribute)
get_action_cost() (ProfileData method)
get_ext_cost() (ProfileData method)
get_hash_and_size() (Transaction method)
GuestPanic (class in pyonear.error.vm)
H
hash (MerklePathItem attribute)
(SerializationError attribute)
(SignedTransaction attribute)
hash_bytes() (CryptoHash static method)
host_gas() (ProfileData method)
HostErrorFieldless (class in pyonear.error.vm)
I
id (ExecutionOutcomeWithId attribute)
id() (ExecutionOutcomeWithIdAndProof method)
IllegalArithmetic (WasmTrap attribute)
IncorrectCallIndirectSignature (WasmTrap attribute)
index (ActionError attribute)
IndirectCallToNull (WasmTrap attribute)
InMemorySigner (class in pyonear.crypto)
Instantiate (PrepareError attribute)
InsufficientStake (class in pyonear.error.core)
IntegerOverflow (ActionsValidationErrorFieldless attribute)
(HostErrorFieldless attribute)
InternalMemoryDeclared (PrepareError attribute)
InvalidAccessKeyErrorFieldless (class in pyonear.error.core)
InvalidAccountId (class in pyonear.error.core)
(HostErrorFieldless attribute)
InvalidChain (InvalidTxErrorFieldless attribute)
InvalidDataReceiverId (class in pyonear.error.core)
InvalidIteratorIndex (class in pyonear.error.vm)
InvalidMethodName (HostErrorFieldless attribute)
InvalidNonce (class in pyonear.error.core)
InvalidPredecessorId (class in pyonear.error.core)
InvalidPromiseIndex (class in pyonear.error.vm)
InvalidPromiseResultIndex (class in pyonear.error.vm)
InvalidPublicKey (HostErrorFieldless attribute)
InvalidReceiptIndex (class in pyonear.error.vm)
InvalidReceiverId (class in pyonear.error.core)
InvalidRegisterId (class in pyonear.error.vm)
InvalidSignature (InvalidTxErrorFieldless attribute)
InvalidSignerId (class in pyonear.error.core)
InvalidTxErrorFieldless (class in pyonear.error.core)
is_implicit() (AccountId method)
is_sub_account_of() (AccountId method)
is_system() (AccountId method)
is_top_level() (AccountId method)
iterator_index (InvalidIteratorIndex attribute)
(IteratorWasInvalidated attribute)
IteratorWasInvalidated (class in pyonear.error.vm)
K
keccak256_base (ExtCosts attribute)
keccak256_byte (ExtCosts attribute)
keccak512_base (ExtCosts attribute)
keccak512_byte (ExtCosts attribute)
KeyFile (class in pyonear.crypto)
KeyLengthExceeded (class in pyonear.error.vm)
KeyType (class in pyonear.crypto)
kind (ActionError attribute)
L
LackBalanceForState (class in pyonear.error.core)
Left (Direction attribute)
length (AddKeyMethodNameLengthExceeded attribute)
LENGTH (ED25519PublicKey attribute)
(ED25519SecretKey attribute)
(ED25519Signature attribute)
length (FunctionCallArgumentsLengthExceeded attribute)
(FunctionCallMethodNameLengthExceeded attribute)
(KeyLengthExceeded attribute)
(ReturnedValueLengthExceeded attribute)
,
[1]
LENGTH (Secp256K1PublicKey attribute)
(Secp256K1SecretKey attribute)
(Secp256K1Signature attribute)
length (TotalLogLengthExceeded attribute)
(ValueLengthExceeded attribute)
limit (AddKeyMethodNameLengthExceeded attribute)
(AddKeyMethodNamesNumberOfBytesExceeded attribute)
(ContractSizeExceeded attribute)
,
[1]
(FunctionCallArgumentsLengthExceeded attribute)
(FunctionCallMethodNameLengthExceeded attribute)
(KeyLengthExceeded attribute)
(NumberInputDataDependenciesExceeded attribute)
,
[1]
(NumberOfLogsExceeded attribute)
(NumberPromisesExceeded attribute)
(ReturnedValueLengthExceeded attribute)
,
[1]
(TotalLogLengthExceeded attribute)
(TotalNumberOfActionsExceeded attribute)
(TotalPrepaidGasExceeded attribute)
(TransactionSizeExceeded attribute)
(ValueLengthExceeded attribute)
LinkError (class in pyonear.error.vm)
locked (Account attribute)
(TriesToStake attribute)
log_base (ExtCosts attribute)
log_byte (ExtCosts attribute)
logs (ExecutionOutcome attribute)
M
MAX_ACCOUNT_DELETION_STORAGE_USAGE (Account attribute)
MAX_LEN (AccountId attribute)
Memory (PrepareError attribute)
MemoryAccessViolation (HostErrorFieldless attribute)
MemoryOutOfBounds (WasmTrap attribute)
merge() (ProfileData method)
MerklePathItem (class in pyonear.merkle)
metadata (ExecutionOutcome attribute)
method_name (Deprecated attribute)
(FunctionCallAction attribute)
(MethodNameMismatch attribute)
(ProhibitedInView attribute)
method_names (FunctionCallPermission attribute)
MethodEmptyName (MethodResolveError attribute)
MethodInvalidSignature (MethodResolveError attribute)
MethodNameMismatch (class in pyonear.error.core)
MethodNotFound (MethodResolveError attribute)
MethodResolveError (class in pyonear.error.vm)
MIN_LEN (AccountId attribute)
minimum_stake (InsufficientStake attribute)
MisalignedAtomicAccess (WasmTrap attribute)
module
pyonear.account
pyonear.account_id
pyonear.config
pyonear.crypto
pyonear.crypto_hash
pyonear.error.core
pyonear.error.exception
pyonear.error.vm
pyonear.merkle
pyonear.transaction
msg (AltBn128InvalidInput attribute)
(ECRecoverError attribute)
(Ed25519VerifyInvalidInput attribute)
(LinkError attribute)
(UnsupportedCompiler attribute)
(WasmerCompileError attribute)
N
new_receipt (ActionCosts attribute)
nonce (AccessKey attribute)
(Transaction attribute)
NonceTooLarge (class in pyonear.error.core)
NotEnoughAllowance (class in pyonear.error.core)
NotEnoughBalance (class in pyonear.error.core)
number_of_input_data_dependencies (NumberInputDataDependenciesExceeded attribute)
,
[1]
number_of_promises (NumberPromisesExceeded attribute)
NumberInputDataDependenciesExceeded (class in pyonear.error.core)
(class in pyonear.error.vm)
NumberOfLogsExceeded (class in pyonear.error.vm)
NumberPromisesExceeded (class in pyonear.error.vm)
O
OnlyImplicitAccountCreationAllowed (class in pyonear.error.core)
outcome (ExecutionOutcomeWithId attribute)
outcome_with_id (ExecutionOutcomeWithIdAndProof attribute)
P
panic_msg (GuestPanic attribute)
ParseKeyError
ParseSignatureError
PartialExecutionStatusFieldless (class in pyonear.transaction)
permission (AccessKey attribute)
predecessor_id (CreateAccountNotAllowed attribute)
(CreateAccountOnlyByRegistrar attribute)
PrepareError (class in pyonear.error.vm)
ProfileData (class in pyonear.transaction)
ProhibitedInView (class in pyonear.error.vm)
promise_and_base (ExtCosts attribute)
promise_and_per_promise (ExtCosts attribute)
promise_idx (InvalidPromiseIndex attribute)
promise_return (ExtCosts attribute)
proof (ExecutionOutcomeWithIdAndProof attribute)
public_key (AccessKeyNotFound attribute)
(AddKeyAction attribute)
(AddKeyAlreadyExists attribute)
(DeleteKeyAction attribute)
(DeleteKeyDoesNotExist attribute)
(InMemorySigner attribute)
(KeyFile attribute)
(NotEnoughAllowance attribute)
(StakeAction attribute)
(Transaction attribute)
(UnsuitableStakingKey attribute)
public_key() (ED25519SecretKey method)
(EmptySigner static method)
(Secp256K1SecretKey method)
pyonear.account
module
pyonear.account_id
module
pyonear.config
module
pyonear.crypto
module
pyonear.crypto_hash
module
pyonear.error.core
module
pyonear.error.exception
module
pyonear.error.vm
module
pyonear.merkle
module
pyonear.transaction
module
R
read_cached_trie_node (ExtCosts attribute)
read_memory_base (ExtCosts attribute)
read_memory_byte (ExtCosts attribute)
read_register_base (ExtCosts attribute)
read_register_byte (ExtCosts attribute)
ReadError (CacheErrorFieldless attribute)
receipt_ids (ExecutionOutcome attribute)
receipt_index (InvalidReceiptIndex attribute)
ReceiptInvalidReceiverId (class in pyonear.error.core)
ReceiptInvalidSignerId (class in pyonear.error.core)
receiver_id (FunctionCallPermission attribute)
(InvalidReceiverId attribute)
(Transaction attribute)
ReceiverMismatch (class in pyonear.error.core)
recover() (Secp256K1Signature method)
register_id (InvalidRegisterId attribute)
registrar_account_id (CreateAccountOnlyByRegistrar attribute)
RequiresFullAccess (InvalidAccessKeyErrorFieldless attribute)
result_idx (InvalidPromiseResultIndex attribute)
ReturnedValueLengthExceeded (class in pyonear.error.core)
(class in pyonear.error.vm)
Right (Direction attribute)
ripemd160_base (ExtCosts attribute)
ripemd160_block (ExtCosts attribute)
S
SECP256K1 (KeyType attribute)
Secp256K1Error
Secp256K1PublicKey (class in pyonear.crypto)
Secp256K1SecretKey (class in pyonear.crypto)
Secp256K1Signature (class in pyonear.crypto)
secret_key (InMemorySigner attribute)
(KeyFile attribute)
Serialization (PrepareError attribute)
SerializationError (class in pyonear.error.vm)
sha256_base (ExtCosts attribute)
sha256_byte (ExtCosts attribute)
sign() (ED25519SecretKey method)
(EmptySigner static method)
(InMemorySigner method)
(Secp256K1SecretKey method)
(Transaction method)
signature (SignedTransaction attribute)
SignedTransaction (class in pyonear.transaction)
signer_id (InvalidSignerId attribute)
(NotEnoughBalance attribute)
(SignerDoesNotExist attribute)
(Transaction attribute)
SignerDoesNotExist (class in pyonear.error.core)
size (ContractSizeExceeded attribute)
,
[1]
(SignedTransaction attribute)
(TransactionSizeExceeded attribute)
StackHeightInstrumentation (PrepareError attribute)
StackOverflow (WasmTrap attribute)
stake (ActionCosts attribute)
(InsufficientStake attribute)
(StakeAction attribute)
(TriesToStake attribute)
stake() (Transaction method)
StakeAction (class in pyonear.transaction)
status (ExecutionOutcome attribute)
storage_has_key_base (ExtCosts attribute)
storage_has_key_byte (ExtCosts attribute)
storage_iter_create_from_byte (ExtCosts attribute)
storage_iter_create_prefix_base (ExtCosts attribute)
storage_iter_create_prefix_byte (ExtCosts attribute)
storage_iter_create_range_base (ExtCosts attribute)
storage_iter_create_to_byte (ExtCosts attribute)
storage_iter_next_base (ExtCosts attribute)
storage_iter_next_key_byte (ExtCosts attribute)
storage_iter_next_value_byte (ExtCosts attribute)
storage_read_base (ExtCosts attribute)
storage_read_key_byte (ExtCosts attribute)
storage_read_value_byte (ExtCosts attribute)
storage_remove_base (ExtCosts attribute)
storage_remove_key_byte (ExtCosts attribute)
storage_remove_ret_value_byte (ExtCosts attribute)
storage_usage (Account attribute)
storage_write_base (ExtCosts attribute)
storage_write_evicted_byte (ExtCosts attribute)
storage_write_key_byte (ExtCosts attribute)
storage_write_value_byte (ExtCosts attribute)
T
to_base64() (SignedTransaction method)
to_hashes() (ExecutionOutcomeWithId method)
to_json() (AccessKey method)
(AccessKeyNotFound method)
(Account method)
(AccountAlreadyExists method)
(AccountDoesNotExist method)
(AccountId method)
(ActionError method)
(ActorNoPermission method)
(AddKeyAction method)
(AddKeyAlreadyExists method)
(AddKeyMethodNameLengthExceeded method)
(AddKeyMethodNamesNumberOfBytesExceeded method)
(AltBn128InvalidInput method)
(CodeDoesNotExist method)
(ContractSizeExceeded method)
,
[1]
(CreateAccountAction method)
(CreateAccountNotAllowed method)
(CreateAccountOnlyByRegistrar method)
(CryptoHash method)
(DeleteAccountAction method)
(DeleteAccountStaking method)
(DeleteAccountWithLargeState method)
(DeleteKeyAction method)
(DeleteKeyDoesNotExist method)
(DeployContractAction method)
(Deprecated method)
(ECRecoverError method)
(ED25519PublicKey method)
(ED25519SecretKey method)
(ED25519Signature method)
(Ed25519VerifyInvalidInput method)
(FunctionCallAction method)
(FunctionCallArgumentsLengthExceeded method)
(FunctionCallMethodNameLengthExceeded method)
(FunctionCallPermission method)
(GuestPanic method)
(InMemorySigner method)
(InsufficientStake method)
(InvalidAccountId method)
(InvalidDataReceiverId method)
(InvalidIteratorIndex method)
(InvalidNonce method)
(InvalidPredecessorId method)
(InvalidPromiseIndex method)
(InvalidPromiseResultIndex method)
(InvalidReceiptIndex method)
(InvalidReceiverId method)
(InvalidRegisterId method)
(InvalidSignerId method)
(IteratorWasInvalidated method)
(KeyFile method)
(KeyLengthExceeded method)
(LackBalanceForState method)
(LinkError method)
(MerklePathItem method)
(MethodNameMismatch method)
(NonceTooLarge method)
(NotEnoughAllowance method)
(NotEnoughBalance method)
(NumberInputDataDependenciesExceeded method)
,
[1]
(NumberOfLogsExceeded method)
(NumberPromisesExceeded method)
(OnlyImplicitAccountCreationAllowed method)
(ProhibitedInView method)
(ReceiptInvalidReceiverId method)
(ReceiptInvalidSignerId method)
(ReceiverMismatch method)
(ReturnedValueLengthExceeded method)
,
[1]
(Secp256K1PublicKey method)
(Secp256K1SecretKey method)
(Secp256K1Signature method)
(SerializationError method)
(SignedTransaction method)
(SignerDoesNotExist method)
(StakeAction method)
(TotalLogLengthExceeded method)
(TotalNumberOfActionsExceeded method)
(TotalPrepaidGasExceeded method)
(Transaction method)
(TransactionSizeExceeded method)
(TransferAction method)
(TriesToStake method)
(TriesToUnstake method)
(UnsuitableStakingKey method)
(UnsupportedCompiler method)
(ValueLengthExceeded method)
(WasmerCompileError method)
tokens_burnt (ExecutionOutcome attribute)
total_number_of_actions (TotalNumberOfActionsExceeded attribute)
total_number_of_bytes (AddKeyMethodNamesNumberOfBytesExceeded attribute)
total_prepaid_gas (TotalPrepaidGasExceeded attribute)
TotalLogLengthExceeded (class in pyonear.error.vm)
TotalNumberOfActionsExceeded (class in pyonear.error.core)
TotalPrepaidGasExceeded (class in pyonear.error.core)
touching_trie_node (ExtCosts attribute)
Transaction (class in pyonear.transaction)
transaction (SignedTransaction attribute)
TransactionSizeExceeded (class in pyonear.error.core)
transfer (ActionCosts attribute)
transfer() (Transaction method)
TransferAction (class in pyonear.transaction)
TriesToStake (class in pyonear.error.core)
TriesToUnstake (class in pyonear.error.core)
TryFromSliceError
tx_nonce (InvalidNonce attribute)
(NonceTooLarge attribute)
tx_receiver (ReceiverMismatch attribute)
U
Unknown (ExecutionStatusFieldless attribute)
(PartialExecutionStatusFieldless attribute)
Unreachable (WasmTrap attribute)
UnsuitableStakingKey (class in pyonear.error.core)
UnsupportedCompiler (class in pyonear.error.vm)
upper_bound (NonceTooLarge attribute)
utf16_decoding_base (ExtCosts attribute)
utf16_decoding_byte (ExtCosts attribute)
utf8_decoding_base (ExtCosts attribute)
utf8_decoding_byte (ExtCosts attribute)
V
V1 (AccountVersion attribute)
(ExecutionMetadataFieldless attribute)
validate() (AccountId static method)
validator_stake_base (ExtCosts attribute)
validator_total_stake_base (ExtCosts attribute)
value_return (ActionCosts attribute)
ValueLengthExceeded (class in pyonear.error.vm)
verify() (ED25519Signature method)
(EmptySigner static method)
(InMemorySigner method)
(Secp256K1Signature method)
verify_transaction_signature() (in module pyonear.transaction)
version (Account attribute)
W
WasmerCompileError (class in pyonear.error.vm)
WasmTrap (class in pyonear.error.vm)
WasmUnknownError (FunctionCallErrorSerFieldless attribute)
write_memory_base (ExtCosts attribute)
write_memory_byte (ExtCosts attribute)
write_register_base (ExtCosts attribute)
write_register_byte (ExtCosts attribute)
write_to_file() (InMemorySigner method)
(KeyFile method)
WriteError (CacheErrorFieldless attribute)
Z
zero() (CryptoHash static method)