Skip to content

Commit

Permalink
EntityEntryPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Mar 4, 2025
1 parent 465887d commit 5cdd8ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/contract/src/entry_points.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use crate::constants::{
};
use alloc::{boxed::Box, vec};
use casper_types::{
bytesrepr::Bytes, CLType, CLTyped, EntryPoint, EntryPointAccess, EntryPointPayment,
bytesrepr::Bytes, CLType, CLTyped, EntityEntryPoint as EntryPoint, EntryPointAccess, EntryPointPayment,
EntryPointType, EntryPoints, Parameter,
};

Expand Down
2 changes: 1 addition & 1 deletion contracts/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2024-07-01
nightly-2025-01-22
2 changes: 1 addition & 1 deletion contracts/test-contract/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use casper_contract::{
};
use casper_types::{
bytesrepr::Bytes, runtime_args, system::auction::ARG_AMOUNT, ApiError, CLType, CLTyped,
CLValue, EntryPoint, EntryPointAccess, EntryPointPayment, EntryPointType, EntryPoints, Key,
CLValue, EntityEntryPoint as EntryPoint, EntryPointAccess, EntryPointPayment, EntryPointType, EntryPoints, Key,
Parameter, U256,
};
use cep85::{
Expand Down

0 comments on commit 5cdd8ca

Please sign in to comment.