@ethereumjs/tx / signAuthorization
signAuthorization(
input
,privateKey
,common?
):AuthorizationListBytesItem
Defined in: util/authorization.ts:127
Signs an authorization list item and returns it in bytes
format.
To get the JSON format, use authorizationListBytesToJSON([signed])[0] to convert it
AuthorizationListItemUnsigned |
AuthorizationListBytesItemUnsigned |
Uint8Array
Common