pub struct Actor;
Expand description

Chaos Actor

Implementations

Constructor for Account actor

CallerValidation violates VM call validation constraints.

CALLER_VALIDATION_BRANCH_NONE performs no validation. CALLER_VALIDATION_BRANCH_TWICE validates twice. CALLER_VALIDATION_BRANCH_IS_ADDRESS validates against an empty caller address set. CALLER_VALIDATION_BRANCH_IS_TYPE validates against an empty caller type set.

Resolves address, and returns the resolved address (defaulting to 0 ID) and success boolean.

Trait Implementations

Invokes method with runtime on the actor’s code. Method number will match one defined by the Actor, and parameters will be serialized and used in execution Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.