Crate solana_evm_loader_program[−][src]
Re-exports
pub use processor::EvmProcessor; |
Modules
| instructions | |
| precompiles | |
| processor | |
| scope | Public API for intermediate eth <-> solana transfers |
| tx_chunks |
Statics
| ID |
Functions
| authorized_tx | |
| big_tx_allocate | |
| big_tx_execute | |
| big_tx_write | |
| create_state_account | Create an account that represent evm locked lamports count. |
| evm_address_for_program | Calculate evm::Address for solana::Pubkey, that can be used to call transaction from solana::bpf scope, into evm scope. Native chain address is hashed and prefixed with [0xac, 0xc0] bytes. |
| evm_transfer | |
| send_raw_tx | |
| transfer_native_to_eth_ixs |