ethereumjs-monorepo

@ethereumjs/tx


@ethereumjs/tx / authorizationMessageToSign

Function: authorizationMessageToSign()

authorizationMessageToSign(input): Uint8Array<ArrayBufferLike>

Defined in: util/authorization.ts:90

Returns the bytes (RLP-encoded) to sign

Parameters

input

Either the bytes or the object format of the authorization list item

AuthorizationListItemUnsigned AuthorizationListBytesItemUnsigned

Returns

Uint8Array<ArrayBufferLike>