Expand description
Match contract function shapes (ABI signatures, receiver contract type).
Functions§
- is_
elementary - True if
id’s elementary type matches the given ABI string. - receiver_
contract_ id - Static contract type of a method-call receiver: a contract-typed variable
or an
IFoo(addr)interface wrap.