make_withdrawal_credentials
Build 32-byte ETH1 withdrawal credentials from an address
Signature
def make_withdrawal_credentials(address: str) -> bytesParameters
Parameter
Type
Description
Returns
Output Format
┌──────┬──────────────┬──────────────────────┐
│ 0x01 │ 11 zero bytes│ 20-byte address │
└──────┴──────────────┴──────────────────────┘
1 byte 11 bytes 20 bytes = 32 totalExample
Notes
See Also
Last updated

