Type Definition evm_coder::types::String

source ·
pub type String = String;

Trait Implementations§

source§

impl AbiRead for String

source§

fn abi_read(reader: &mut AbiReader<'_>) -> Result<String>

Read item from current position, advanding decoder Read more
source§

impl AbiType for String

source§

const SIGNATURE: SignatureUnit = _

Signature for Ethereum ABI.
source§

fn is_dynamic() -> bool

Is type dynamic sized.
source§

fn size() -> usize

Size for type aligned to ABI_ALIGNMENT.
source§

fn as_str() -> &'static str

Signature as str.
source§

impl AbiWrite for String

source§

fn abi_write(&self, writer: &mut AbiWriter)

Write value to end of specified encoder
source§

impl CanBePlacedInVec for String