Type Alias EoaApproveAction

EoaApproveAction: {
    getMessageToSign: (() => Promise<Omit<SignTypedDataParameters, "account">>);
    type: GpActionType.EOA_APPROVE;
}