Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ContractDefImpl

Fully qualified path: dojo_cairo_test::world::ContractDefImpl

pub impl ContractDefImpl of ContractDefTrait;

Impl functions

new

Fully qualified path: dojo_cairo_test::world::ContractDefImpl::new

fn new(namespace: @ByteArray, name: @ByteArray) -> ContractDef

new_address

Fully qualified path: dojo_cairo_test::world::ContractDefImpl::new_address

fn new_address(address: ContractAddress) -> ContractDef

with_init_calldata

Fully qualified path: dojo_cairo_test::world::ContractDefImpl::with_init_calldata

fn with_init_calldata(mut self: ContractDef, init_calldata: Span<felt252>) -> ContractDef

with_writer_of

Fully qualified path: dojo_cairo_test::world::ContractDefImpl::with_writer_of

fn with_writer_of(mut self: ContractDef, writer_of: Span<felt252>) -> ContractDef

with_owner_of

Fully qualified path: dojo_cairo_test::world::ContractDefImpl::with_owner_of

fn with_owner_of(mut self: ContractDef, owner_of: Span<felt252>) -> ContractDef